修复模板deepseek baseurl不正确的问题

This commit is contained in:
Windpicker-owo
2025-09-03 22:57:05 +08:00
parent 5592ed6fce
commit 391517df0a

View File

@@ -5,7 +5,7 @@ version = "1.3.0"
[[api_providers]] # API服务提供商可以配置多个
name = "DeepSeek" # API服务商名称可随意命名在models的api-provider中需使用这个命名
base_url = "https://api.deepseek.cn/v1" # API服务商的BaseURL
base_url = "https://api.deepseek.com/v1" # API服务商的BaseURL
api_key = "your-api-key-here" # API密钥请替换为实际的API密钥
client_type = "openai" # 请求客户端(可选,默认值为"openai"使用gimini等Google系模型时请配置为"gemini"
max_retry = 2 # 最大重试次数单个模型API调用失败最多重试的次数