refactor: 对配置处理器和配置结构进行重构
This commit is contained in:
5
data/config/services/llm.toml
Normal file
5
data/config/services/llm.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
provider = "openai"
|
||||
|
||||
[_provider_candidate]
|
||||
openai = "OpenAI 风格 API, 同时支持与其相容的模型服务 (如 deepseek)"
|
||||
none = "不使用语言大模型"
|
||||
Reference in New Issue
Block a user