Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
|
|
21 |
|
22 |
MODELS = [
|
23 |
"Groq/Llama-3-Groq-8B-Tool-Use",
|
|
|
24 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
25 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
26 |
]
|
|
|
21 |
|
22 |
MODELS = [
|
23 |
"Groq/Llama-3-Groq-8B-Tool-Use",
|
24 |
+
"mistralai/Mistral-Nemo-Instruct-2407",
|
25 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
26 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
27 |
]
|