diff --git a/MyApp.ServiceInterface/Data/AppConfig.cs b/MyApp.ServiceInterface/Data/AppConfig.cs index 24bd3b2..a24df2c 100644 --- a/MyApp.ServiceInterface/Data/AppConfig.cs +++ b/MyApp.ServiceInterface/Data/AppConfig.cs @@ -87,7 +87,7 @@ public static (string Model, int Questions)[] ModelsForQuestions = ("gemma2-27b", -1), ("qwen2-72b", -1), - ("phi", 0), + ("phi4", 0), ("gemini-pro", 0), ("gemini-flash", 0), ("llama3.3-70b", 0),