From 25e0eb807c0e8bef43b8098082d183f63c6a11ef Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Fri, 26 Jul 2024 12:34:03 +0800 Subject: [PATCH] Update AppConfig.cs --- MyApp.ServiceInterface/Data/AppConfig.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MyApp.ServiceInterface/Data/AppConfig.cs b/MyApp.ServiceInterface/Data/AppConfig.cs index bf2cf86..b8bcaef 100644 --- a/MyApp.ServiceInterface/Data/AppConfig.cs +++ b/MyApp.ServiceInterface/Data/AppConfig.cs @@ -75,11 +75,11 @@ public static (string Model, int Questions)[] GetActiveModelsForQuestionLevel(in public static (string Model, int Questions)[] ModelsForQuestions = [ - ("deepseek-coder", 1000), - ("gemma-2b", 1000), - ("qwen-4b", 1000), - ("deepseek-coder-33b", 1000), - ("mistral", 1000), + ("deepseek-coder", -1), + ("gemma-2b", -1), + ("qwen-4b", -1), + ("deepseek-coder-33b", -1), + ("mistral", -1), ("phi", 0), ("codellama", 0),