From 5ffc869a7271db012625b467b65a4ebf21fbf697 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Mon, 27 May 2024 17:48:01 +0800 Subject: [PATCH] move Gemini Flash --- MyApp.ServiceInterface/Data/AppConfig.cs | 6 +++--- MyApp/_pages/about.md | 2 +- MyApp/_posts/2024-04-01_pvq-intro.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MyApp.ServiceInterface/Data/AppConfig.cs b/MyApp.ServiceInterface/Data/AppConfig.cs index 82b6e6a..a528731 100644 --- a/MyApp.ServiceInterface/Data/AppConfig.cs +++ b/MyApp.ServiceInterface/Data/AppConfig.cs @@ -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), diff --git a/MyApp/_pages/about.md b/MyApp/_pages/about.md index c5cfa90..1217497 100644 --- a/MyApp/_pages/about.md +++ b/MyApp/_pages/about.md @@ -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 diff --git a/MyApp/_posts/2024-04-01_pvq-intro.md b/MyApp/_posts/2024-04-01_pvq-intro.md index 3a68d3a..39d1784 100644 --- a/MyApp/_posts/2024-04-01_pvq-intro.md +++ b/MyApp/_posts/2024-04-01_pvq-intro.md @@ -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