Skip to content

Commit

Permalink
remove mistral-nemo from default models
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 9, 2025
1 parent 7fead0d commit ec2185b
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,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),
Expand Down

0 comments on commit ec2185b

Please sign in to comment.