Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
"
|
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
|