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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -20,7 +20,10 @@ huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
20
  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-Nemo-Instruct-2407",
25
  "mistralai/Mistral-7B-Instruct-v0.3",
26
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
 
20
  llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
21
 
22
  MODELS = [
23
+ "Qwen/Qwen2-72B-Instruct",
24
+ "google/gemma-2-9b",
25
+ "microsoft/Phi-3-mini-4k-instruct",
26
+ "Qwen/Qwen2-7B-Instruct",
27
  "mistralai/Mistral-Nemo-Instruct-2407",
28
  "mistralai/Mistral-7B-Instruct-v0.3",
29
  "mistralai/Mixtral-8x7B-Instruct-v0.1"