gokaygokay commited on
Commit
00b5de2
1 Parent(s): edd2f71

groq models

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -201,7 +201,7 @@ def create_interface():
201
  def update_model_choices(provider):
202
  provider_models = {
203
  "Hugging Face": ["meta-llama/Meta-Llama-3.1-70B-Instruct"],
204
- "Groq": ["llama-3.1-70b-versatile"],
205
  "OpenAI": ["gpt-4o", "gpt-4o-mini"],
206
  "Anthropic": ["claude-3-5-sonnet-20240620"],
207
  "SambaNova": ["Meta-Llama-3.1-70B-Instruct"],
 
201
  def update_model_choices(provider):
202
  provider_models = {
203
  "Hugging Face": ["meta-llama/Meta-Llama-3.1-70B-Instruct"],
204
+ "Groq": ["llama-3.1-70b-versatile", "mixtral-8x7b-32768", "gemma2-9b-it"],
205
  "OpenAI": ["gpt-4o", "gpt-4o-mini"],
206
  "Anthropic": ["claude-3-5-sonnet-20240620"],
207
  "SambaNova": ["Meta-Llama-3.1-70B-Instruct"],