Skip to content

Commit 53e0c4d

Browse files
committed
remove unreliable qwen qwq models
1 parent 6e74ec0 commit 53e0c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MyApp.ServiceInterface/Data/AppConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ public static (string Model, int Questions)[] ModelsForQuestions =
8787
("gemma2-27b", -1),
8888
("qwen2-72b", -1),
8989
("qwq-32b", -1),
90+
("qwen2.5-72b", -1),
9091

9192
// ("mistral-nemo", 0),
9293
("phi4", 0),
9394
("gemini-flash", 0),
9495
("llama4-109b", 0),
9596
("gemini-pro", 0),
9697
("mixtral", 3),
97-
("qwen2.5-72b", 5),
98-
("llama4-400b", 7),
98+
("llama4-400b", 5),
9999
("deepseek-v3-671b", 10),
100100
("gpt-4o-mini", 15),
101101
("wizardlm", 25),

0 commit comments

Comments
 (0)