Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,8 @@ 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 |
]
|
28 |
|
29 |
# Initialize LlamaParse
|
|
|
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
|