Update app.py
Browse files
app.py
CHANGED
@@ -23,15 +23,18 @@ client = OpenAI(
|
|
23 |
|
24 |
# Create supported models
|
25 |
model_links = {
|
26 |
-
"
|
27 |
-
"
|
|
|
|
|
28 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
29 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
30 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
31 |
-
"Gemma-
|
32 |
-
"Gemma-
|
33 |
-
"Zephyr-7B
|
34 |
-
"Phi-3-mini": "microsoft/Phi-3-mini-
|
|
|
35 |
}
|
36 |
|
37 |
#Random dog images for error message
|
|
|
23 |
|
24 |
# Create supported models
|
25 |
model_links = {
|
26 |
+
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|
27 |
+
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
28 |
+
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
29 |
+
"Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
|
30 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
31 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
32 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
33 |
+
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
34 |
+
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
35 |
+
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
36 |
+
"Phi-3-mini-128k-instruct": "microsoft/Phi-3-mini-128k-instruct",
|
37 |
+
"Phi-3-mini-4k-instruct": "microsoft/Phi-3-mini-4k-instruct",
|
38 |
}
|
39 |
|
40 |
#Random dog images for error message
|