Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,9 @@ MODELS = [
|
|
25 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
26 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
27 |
"@cf/meta/llama-3.1-8b-instruct",
|
28 |
-
"mistralai/Mistral-Nemo-Instruct-2407"
|
|
|
|
|
29 |
]
|
30 |
|
31 |
def get_embeddings():
|
|
|
25 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
26 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
27 |
"@cf/meta/llama-3.1-8b-instruct",
|
28 |
+
"mistralai/Mistral-Nemo-Instruct-2407",
|
29 |
+
"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
30 |
+
"meta-llama/Meta-Llama-3.1-70B-Instruct"
|
31 |
]
|
32 |
|
33 |
def get_embeddings():
|