update readme

This commit is contained in:
bridge
2026-01-04 21:12:35 +08:00
parent 9865bd170b
commit 7320773bfe
3 changed files with 62 additions and 8 deletions

View File

@@ -250,10 +250,10 @@
在 `static/config.yml` 中配置LLM参数OpenAI格式
```yaml
llm:
key: "your-api-key-here" # 你的API密钥
base_url: "https://api.xxx.com" # API地址
model_name: "qwen-plus" # 智能模型名称
fast_model_name: "qwen-turbo" # 快速模型名称
key: "your-api-key-here" # 你的API密钥
base_url: "https://api.xxx.com" # API地址
model_name: "normal_model_name" # 智能模型名称
fast_model_name: "fast_model_name" # 快速模型名称
```
也支持在前端直接配入LLM参数