Shreyas094 commited on
Commit
d145247
·
verified ·
1 Parent(s): 590d2eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -20,11 +20,9 @@ huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
20
  llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
21
 
22
  MODELS = [
23
- "meta-llama/Meta-Llama-3.1-70B-Instruct",
24
- "meta-llama/Meta-Llama-3-70B-Instruct",
25
  "mistralai/Mistral-7B-Instruct-v0.3",
26
- "mistralai/Mixtral-8x7B-Instruct-v0.1",
27
- "hugging-quants/Meta-Llama-3.1-70B-Instruct-AWQ-INT4"
28
  ]
29
 
30
  # Initialize LlamaParse
 
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-7B-Instruct-v0.3",
25
+ "mistralai/Mixtral-8x7B-Instruct-v0.1"
 
26
  ]
27
 
28
  # Initialize LlamaParse