Skip to content

Commit

Permalink
Update AppConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 26, 2024
1 parent 81da517 commit 25e0eb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ public static (string Model, int Questions)[] GetActiveModelsForQuestionLevel(in

public static (string Model, int Questions)[] ModelsForQuestions =
[
("deepseek-coder", 1000),
("gemma-2b", 1000),
("qwen-4b", 1000),
("deepseek-coder-33b", 1000),
("mistral", 1000),
("deepseek-coder", -1),
("gemma-2b", -1),
("qwen-4b", -1),
("deepseek-coder-33b", -1),
("mistral", -1),

("phi", 0),
("codellama", 0),
Expand Down

0 comments on commit 25e0eb8

Please sign in to comment.