修复默认API地址

This commit is contained in:
foxplaying
2025-09-21 22:06:40 +08:00
committed by GitHub
parent 978c627d7d
commit 9ad5ebb209

View File

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