Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ headers = {"Authorization":"Bearer " + str(API_KEY)}
|
|
12 |
|
13 |
model_links ={
|
14 |
"Mistral-7B":base_url+"mistralai/Mistral-7B-Instruct-v0.2",
|
15 |
-
"Mistral-22B":base_url+"mistral-community/Mixtral-8x22B-v0.1",
|
16 |
# "Gemma-2B":base_url+"google/gemma-2b-it",
|
17 |
-
|
18 |
# "Llama-2":"meta-llama/Llama-2-7b-chat-hf"
|
19 |
}
|
20 |
|
|
|
12 |
|
13 |
model_links ={
|
14 |
"Mistral-7B":base_url+"mistralai/Mistral-7B-Instruct-v0.2",
|
15 |
+
#"Mistral-22B":base_url+"mistral-community/Mixtral-8x22B-v0.1",
|
16 |
# "Gemma-2B":base_url+"google/gemma-2b-it",
|
17 |
+
"Zephyr-7B-β":base_url+"HuggingFaceH4/zephyr-7b-beta",
|
18 |
# "Llama-2":"meta-llama/Llama-2-7b-chat-hf"
|
19 |
}
|
20 |
|