From 0be64009a6cad28b8aa2b013e626ad1c355fc36c Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Wed, 12 Nov 2025 17:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9Qwen=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=9A=84apikey=E8=8E=B7=E5=8F=96=E6=96=B9=E5=BC=8F=E4=B8=BA?= =?UTF-8?q?=E7=99=BE=E7=82=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pixelle_video/llm_presets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelle_video/llm_presets.py b/pixelle_video/llm_presets.py index c746b1a..b3e2f0d 100644 --- a/pixelle_video/llm_presets.py +++ b/pixelle_video/llm_presets.py @@ -24,7 +24,7 @@ LLM_PRESETS: List[Dict[str, Any]] = [ "name": "Qwen", "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1", "model": "qwen-max", - "api_key_url": "https://dashscope.console.aliyun.com/apiKey", + "api_key_url": "https://bailian.console.aliyun.com/?tab=model#/api-key", }, { "name": "OpenAI",