Skip to content

Commit

Permalink
Add phi4 to default models
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 9, 2025
1 parent 938af08 commit 7fead0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7fead0d

Please sign in to comment.