Shreyas094 commited on
Commit
70b8d2f
·
verified ·
1 Parent(s): d145247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  ]