Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ models = {
|
|
29 |
"deepseek-ai/deepseek-llm-67b-chat",
|
30 |
"mistralai/Mixtral-8x22B-Instruct-v0.1",
|
31 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
32 |
-
"google/gemma-2-9b-it"
|
|
|
33 |
]
|
34 |
}
|
35 |
|
|
|
29 |
"deepseek-ai/deepseek-llm-67b-chat",
|
30 |
"mistralai/Mixtral-8x22B-Instruct-v0.1",
|
31 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
32 |
+
"google/gemma-2-9b-it",
|
33 |
+
"google/gemma-2-27b-it"
|
34 |
]
|
35 |
}
|
36 |
|