Skip to content

Commit

Permalink
fix models
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 4, 2024
1 parent 25d28cf commit 0e842a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ public static (string Model, int Questions)[] ModelsForQuestions =
("gemma-2b", -1),
("qwen-4b", -1),
("deepseek-coder-33b", -1),
("deepseek-coder2-236b", -1),
("mistral", -1),

("phi", 0),
("codellama", 0),
("mistral-nemo", 0),
("llama3-8b", 0),
("gemma2:27b", 0),
("gemma2-27b", 0),
("gemini-pro", 0),
("mixtral", 3),
("gemini-flash", 5),
Expand Down

0 comments on commit 0e842a7

Please sign in to comment.