fix:生成默认配置文件

This commit is contained in:
SengokuCola
2026-04-18 23:02:20 +08:00
parent c67f7e8bd2
commit 5b9f418617

View File

@@ -9,7 +9,8 @@ DEFAULT_PROVIDER_TEMPLATES: list[dict[str, Any]] = [
{
"name": "BaiLian",
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"auth_type": OpenAICompatibleAuthType.NONE.value,
"api_key": "your-api-key",
"auth_type": OpenAICompatibleAuthType.BEARER.value,
}
]