refactor(config): 移除changelog_config并更新模型配置模板

删除了手动维护的`changelog_config.md`文件,因为它已经过时且难以维护。

同时,更新了`model_config_template.toml`文件,将Google Gemini的`client`配置从"gemini"修改为"aiohttp_gemini",以适配新的API客户端。
This commit is contained in:
minecraft1024a
2025-08-28 21:22:44 +08:00
parent 8539bc2b08
commit 6736375329
2 changed files with 1 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ max_retry = 2
timeout = 30
retry_interval = 10
[[api_providers]] # 特殊Google的Gimini使用特殊API与OpenAI格式不兼容需要配置client为"gemini"
[[api_providers]] # 特殊Google的Gimini使用特殊API与OpenAI格式不兼容需要配置client为"aiohttp_gemini"
name = "Google"
base_url = "https://api.google.com/v1"
api_key = "your-google-api-key-1"