Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ model_links = {
|
|
41 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
42 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
43 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
|
|
44 |
"Phi-3-mini-128k-instruct": "microsoft/Phi-3-mini-128k-instruct",
|
45 |
"Phi-3-mini-4k-instruct": "microsoft/Phi-3-mini-4k-instruct",
|
46 |
}
|
|
|
41 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
42 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
43 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
44 |
+
"Zephyr-7B-Alpha": "HuggingFaceH4/zephyr-7b-alpha",
|
45 |
"Phi-3-mini-128k-instruct": "microsoft/Phi-3-mini-128k-instruct",
|
46 |
"Phi-3-mini-4k-instruct": "microsoft/Phi-3-mini-4k-instruct",
|
47 |
}
|