Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,10 @@ huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
|
|
20 |
llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
|
21 |
|
22 |
MODELS = [
|
23 |
-
"
|
|
|
|
|
|
|
24 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
25 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
26 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
|
20 |
llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
|
21 |
|
22 |
MODELS = [
|
23 |
+
"Qwen/Qwen2-72B-Instruct",
|
24 |
+
"google/gemma-2-9b",
|
25 |
+
"microsoft/Phi-3-mini-4k-instruct",
|
26 |
+
"Qwen/Qwen2-7B-Instruct",
|
27 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
28 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
29 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|