perf: 用 autoflake 删除无用依赖
没想到居然能意外地大幅提升启动速度
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
注意: 在未配置 pulseaudio 的 termux 不可用
|
||||
"""
|
||||
|
||||
import os
|
||||
import pathlib
|
||||
|
||||
import playsound
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""LLM 提供者基类"""
|
||||
|
||||
import asyncio
|
||||
from typing import Any, Dict, List, Optional
|
||||
from typing import Any, Dict, List
|
||||
|
||||
from heurams.services.logger import get_logger
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
"""OpenAI 兼容 LLM 提供者"""
|
||||
|
||||
import asyncio
|
||||
from typing import Any, AsyncGenerator, Dict, List, Optional
|
||||
from typing import Any, AsyncGenerator, Dict, List
|
||||
|
||||
from heurams.services.logger import get_logger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user