From dde0183d7d3fcaa7ef6fe79f9136467d5a7a7e5c Mon Sep 17 00:00:00 2001 From: reanon <85157-reanon@users.noreply.gitgud.io> Date: Sat, 17 May 2025 14:03:29 -0800 Subject: [PATCH] quick dirty qwen3 test --- src/proxy/qwen.ts | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/proxy/qwen.ts b/src/proxy/qwen.ts index a5deee3..c345eb4 100644 --- a/src/proxy/qwen.ts +++ b/src/proxy/qwen.ts @@ -68,19 +68,9 @@ const getModelsResponse = async () => { "qwen-turbo", "qwen-turbo-latest", "qwen-turbo-2024-11-01", - "qwen2.5-14b-instruct-1m", - "qwen2.5-7b-instruct-1m", - "qwen2.5-72b-instruct", - "qwen2.5-32b-instruct", - "qwen2.5-14b-instruct", - "qwen2.5-7b-instruct", - "qwen2-72b-instruct", - "qwen2-7b-instruct", - "qwen1.5-110b-chat", - "qwen1.5-72b-chat", - "qwen1.5-32b-chat", - "qwen1.5-14b-chat", - "qwen1.5-7b-chat" + "qwen3-235b-a22b", + "qwen3-32b", + "qwen3-30b-a3b" ]; // Add thinking capability flag to models that support it