From 7efd90ac60a70afa7aa254862dd6f65cb07a4d37 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Wed, 1 Oct 2025 21:09:25 -0700 Subject: [PATCH] fixed base_url for qwen --- docs/source/concepts/llm_providers/supported_providers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/concepts/llm_providers/supported_providers.rst b/docs/source/concepts/llm_providers/supported_providers.rst index e08f25fd..c5c47ea0 100644 --- a/docs/source/concepts/llm_providers/supported_providers.rst +++ b/docs/source/concepts/llm_providers/supported_providers.rst @@ -535,12 +535,12 @@ Azure OpenAI # Single deployment - model: qwen/qwen3 access_key: $DASHSCOPE_API_KEY - base_url: https://dashscope.aliyuncs.com/compatible-mode + base_url: https://dashscope.aliyuncs.com # Multiple deployments - model: qwen/qwen3-coder access_key: $DASHSCOPE_API_KEY - base_url: "https://dashscope-intl.aliyuncs.com/compatible-mode", + base_url: "https://dashscope-intl.aliyuncs.com", Ollama