Skip to content

Commit 59d5717

Browse files
committed
Change default model to Qwen3
1 parent 1e48380 commit 59d5717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ async function streamingGenerating(messages, onUpdate, onFinish, onError) {
276276
/*************** UI logic ***************/
277277
const availableModels = appConfig.model_list.map((m) => m.model_id);
278278

279-
let selectedModel = "Qwen2.5-7B-Instruct-q4f16_1-MLC";
279+
//let selectedModel = "Qwen2.5-7B-Instruct-q4f16_1-MLC";
280+
let selectedModel = "Qwen3-8B-q4f16_1-MLC";
280281

281282
async function onMessageStop() {
282283
engine.interruptGenerate();

0 commit comments

Comments
 (0)