Shreyas094 commited on
Commit
cf58eb7
·
verified ·
1 Parent(s): 328bc48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
26
  MODELS = [
27
  "mistralai/Mistral-7B-Instruct-v0.3",
28
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
29
- "microsoft/Phi-3-mini-4k-instruct"
30
  ]
31
 
32
  # Initialize LlamaParse
 
26
  MODELS = [
27
  "mistralai/Mistral-7B-Instruct-v0.3",
28
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
29
+ "meta-llama/Meta-Llama-3.1-8B-Instruct"
30
  ]
31
 
32
  # Initialize LlamaParse