fix(providers): remove url_suffix from qwen (cloud provider, fixed endpoint)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-05-19 00:58:32 +02:00
parent fd6313acd9
commit cfebc3cb1f
-1
View File
@@ -93,7 +93,6 @@ PROVIDERS: list[Provider] = [
default_model="openai/qwen-plus",
litellm_prefix="openai/",
base_url="https://dashscope.aliyuncs.com/compatible-mode/v1",
url_suffix="/v1",
key_env_var="DASHSCOPE_API_KEY",
group="Cloud",
),