From 7fead0d3cac2e46f041a7519eed40e7c6122a60c Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Thu, 9 Jan 2025 16:47:16 +0800 Subject: [PATCH] Add phi4 to default models --- MyApp.ServiceInterface/Data/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),