Skip to content

Commit

Permalink
Add gemma2:27b + claude-3-5-sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 16, 2024
1 parent bf14a92 commit 8ba468a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public static (string Model, int Questions)[] ModelsForQuestions =
("phi", 0),
("codellama", 0),
("mistral", 0),
("gemma", 0),
("llama3-8b", 0),
("gemma2:27b", 0),
("gemini-pro", 0),
("mixtral", 3),
("gemini-flash", 5),
Expand All @@ -94,7 +94,7 @@ public static (string Model, int Questions)[] ModelsForQuestions =
("qwen2-72b", 75),
("command-r", 100),
("wizardlm", 175),
("claude3-sonnet", 250),
("claude-3-5-sonnet", 250),
("gemini-pro-1.5", 350),
("command-r-plus", 450),
("gpt4-turbo", 600),
Expand Down

0 comments on commit 8ba468a

Please sign in to comment.