Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
f4d4cf9
1
Parent(s):
96f8aab
qwen and mistral to huggingface
Browse files- ui_components.py +1 -1
ui_components.py
CHANGED
@@ -200,7 +200,7 @@ def create_interface():
|
|
200 |
|
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"],
|
|
|
200 |
|
201 |
def update_model_choices(provider):
|
202 |
provider_models = {
|
203 |
+
"Hugging Face": ["Qwen/Qwen2.5-72B-Instruct", "meta-llama/Meta-Llama-3.1-70B-Instruct", "mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.3"],
|
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"],
|