Skip to content

Commit

Permalink
move Gemini Flash
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 27, 2024
1 parent bdcc7dc commit 5ffc869
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MyApp.ServiceInterface/Data/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public static (string Model, int Questions)[] ModelsForQuestions =
("gemini-pro", 3),
("mixtral", 5),
("gpt3.5-turbo", 10),
("claude3-haiku", 25),
("llama3-70b", 50),
("gemini-flash", 75),
("gemini-flash", 25),
("claude3-haiku", 50),
("llama3-70b", 75),
("command-r", 100),
("wizardlm", 175),
("claude3-sonnet", 250),
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ For new questions asked we'll also include access to the best performing proprie
- [Gemini Pro](https://blog.google/technology/ai/google-gemini-ai/) by Google
- [Mixtral 8x7B](https://mistral.ai/news/mixtral-of-experts/) (8x7B) by Mistral AI
- [GPT 3.5 Turbo](https://platform.openai.com/docs/models/gpt-3-5-turbo) by OpenAI
- [Gemini Flash](https://deepmind.google/technologies/gemini/flash/) by Google DeepMind
- [Claude 3 Haiku](https://www.anthropic.com/news/claude-3-haiku) by Anthropic
- [Llama3 70B](https://llama.meta.com/llama3/) (70B) by Meta
- [Gemini Flash](https://deepmind.google/technologies/gemini/flash/) by Google DeepMind
- [Command-R](https://cohere.com/blog/command-r) (35B) by Cohere
- [WizardLM2](https://wizardlm.github.io/WizardLM2/) (8x22B) by Microsoft (Mistral 8x22B base model)
- [Claude 3 Sonnet](https://www.anthropic.com/news/claude-3-family) by Anthropic
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_posts/2024-04-01_pvq-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ For new questions asked we'll also include access to the best performing proprie
- [Gemini Pro](https://blog.google/technology/ai/google-gemini-ai/) by Google
- [Mixtral 8x7B](https://mistral.ai/news/mixtral-of-experts/) (8x7B) by Mistral AI
- [GPT 3.5 Turbo](https://platform.openai.com/docs/models/gpt-3-5-turbo) by OpenAI
- [Gemini Flash](https://deepmind.google/technologies/gemini/flash/) by Google DeepMind
- [Claude 3 Haiku](https://www.anthropic.com/news/claude-3-haiku) by Anthropic
- [Llama3 70B](https://llama.meta.com/llama3/) (70B) by Meta
- [Gemini Flash](https://deepmind.google/technologies/gemini/flash/) by Google DeepMind
- [Command-R](https://cohere.com/blog/command-r) (35B) by Cohere
- [WizardLM2](https://wizardlm.github.io/WizardLM2/) (8x22B) by Microsoft (Mistral 8x22B base model)
- [Claude 3 Sonnet](https://www.anthropic.com/news/claude-3-family) by Anthropic
Expand Down

0 comments on commit 5ffc869

Please sign in to comment.