Skip to content

Commit

Permalink
Update AppConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 8, 2024
1 parent c6c1336 commit dd2cdbd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@ public static (string Model, int Questions)[] ModelsForQuestions =
("mixtral", 5),
("gemini-pro", 10),
("claude-3-haiku", 25),
("deepseek-coder:33b", 50),
//("deepseek-coder:33b", 50),
("claude-3-sonnet", 75),
("gpt-4-turbo", 100),
("claude-3-opus", 200),
#else
("phi", 0),
("gemma:2b", 0),
("qwen:4b", 0),
("codellama", 0),
("deepseek-coder:6.7b", 0),
("mistral", 0),
("gemma", 3),
("mixtral", 5),
// ("gemini-pro", 10),
// ("claude-3-haiku", 25),
// ("deepseek-coder:33b", 50),
// ("claude-3-sonnet", 75),
// ("gpt-4-turbo", 100),
// ("claude-3-opus", 200),
("phi", 0), // demis,macbook
("gemma:2b", 0), // demis,macbook
("qwen:4b", 0), // demis,darren
("codellama", 0), // demis,darren
("deepseek-coder:6.7b", 0), // demis
("mistral", 0), // demis
("gemma", 3), // demis
("mixtral", 5), // darren
("gemini-pro", 10), // hetzner,macbook
("claude-3-haiku", 25), // hetzner,macbook
//("deepseek-coder:33b", 50),
("claude-3-sonnet", 75), // hetzner,macbook
("gpt-4-turbo", 100), // hetzner,macbook
("claude-3-opus", 200), // hetzner,macbook
#endif
];

Expand Down

0 comments on commit dd2cdbd

Please sign in to comment.