diff --git a/MyApp.ServiceInterface/Data/AppConfig.cs b/MyApp.ServiceInterface/Data/AppConfig.cs index a24df2c..fdbef2e 100644 --- a/MyApp.ServiceInterface/Data/AppConfig.cs +++ b/MyApp.ServiceInterface/Data/AppConfig.cs @@ -87,12 +87,12 @@ public static (string Model, int Questions)[] ModelsForQuestions = ("gemma2-27b", -1), ("qwen2-72b", -1), + // ("mistral-nemo", 0), ("phi4", 0), ("gemini-pro", 0), ("gemini-flash", 0), ("llama3.3-70b", 0), ("mixtral", 3), - ("mistral-nemo", 4), ("qwen2.5-72b", 5), ("deepseek-v3-671b", 10), ("gpt-4o-mini", 15),