Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ client = OpenAI(
|
|
24 |
# Create supported models
|
25 |
model_links = {
|
26 |
"Meta-Llama-3-70B-Instruct": "meta-llama/Meta-Llama-3-70B-Instruct",
|
27 |
-
"
|
28 |
-
"
|
29 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
30 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
31 |
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|
@@ -33,6 +33,7 @@ model_links = {
|
|
33 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
34 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
35 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
|
|
36 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
37 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
38 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
|
|
24 |
# Create supported models
|
25 |
model_links = {
|
26 |
"Meta-Llama-3-70B-Instruct": "meta-llama/Meta-Llama-3-70B-Instruct",
|
27 |
+
"C4ai-command-r-plus": "CohereForAI/c4ai-command-r-plus",
|
28 |
+
"Zephyr-orpo-141b-A35b-v0.1": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
29 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
30 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
31 |
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|
|
|
33 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
34 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
35 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
36 |
+
"Gemma-2-27b-it": "google/gemma-2-27b-it",
|
37 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
38 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
39 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|