Shreyas094 commited on
Commit
2a01e39
·
verified ·
1 Parent(s): d0388f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -33,7 +33,10 @@ print(f"CLOUDFLARE_AUTH_TOKEN: {API_TOKEN[:5]}..." if API_TOKEN else "Not set")
33
  MODELS = [
34
  "mistralai/Mistral-7B-Instruct-v0.3",
35
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
36
- "@cf/meta/llama-3.1-8b-instruct"
 
 
 
37
  ]
38
 
39
  # Initialize LlamaParse
 
33
  MODELS = [
34
  "mistralai/Mistral-7B-Instruct-v0.3",
35
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
36
+ "@cf/meta/llama-3.1-8b-instruct",
37
+ "mistralai/Mistral-Nemo-Instruct-2407",
38
+ "mistralai/Mistral-Large-Instruct-2407",
39
+ "mistralai/Mixtral-8x22B-Instruct-v0.1"
40
  ]
41
 
42
  # Initialize LlamaParse