diff --git a/src/config/default_model_config.py b/src/config/default_model_config.py index a091fc88..7ae93a43 100644 --- a/src/config/default_model_config.py +++ b/src/config/default_model_config.py @@ -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, } ]