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 dd2cdbd commit b3f362c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ public static (string Model, int Questions)[] ModelsForQuestions =
("claude-3-sonnet", 75), // hetzner,macbook
("gpt-4-turbo", 100), // hetzner,macbook
("claude-3-opus", 200), // hetzner,macbook

//hetzner: model-worker.mjs gemini-pro,claude-3-haiku,claude-3-sonnet,gpt-4-turbo,claude-3-opus
//macbook: model-worker.mjs phi,gemma:2b,gemini-pro,claude-3-haiku,claude-3-sonnet,gpt-4-turbo,claude-3-opus
//demis: model-worker.mjs phi,gemma:2b,qwen:4b,codellama,deepseek-coder:6.7b,mistral,gemma
//darren1: model-worker.mjs qwen:4b,codellama
//darren2: model-worker.mjs mixtral
#endif
];

Expand Down

0 comments on commit b3f362c

Please sign in to comment.