From 3ab7eaf378394414b06eeed341b22dbd0d7271a4 Mon Sep 17 00:00:00 2001 From: Sun Tao <2605127667@qq.com> Date: Wed, 6 Aug 2025 17:39:33 +0800 Subject: [PATCH] Update llm.ts --- src/lib/llm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/llm.ts b/src/lib/llm.ts index 8a67228c5..acc14c3e8 100644 --- a/src/lib/llm.ts +++ b/src/lib/llm.ts @@ -29,7 +29,7 @@ export const INIT_PROVODERS: Provider[] = [ model_type: "" }, { - id: 'qwen', + id: 'tongyi-qianwen', name: 'Qwen', apiKey: '', apiHost: 'https://dashscope.aliyuncs.com/compatible-mode/v1',