Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,11 @@ if provider == "custom":
|
|
| 22 |
models = [
|
| 23 |
"meta-llama/Llama-3.1-8B-Instruct",
|
| 24 |
"deepseek-ai/DeepSeek-R1",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"xai-org/grok-1",
|
| 26 |
"amazon/MistralLite",
|
| 27 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
|
|
| 22 |
models = [
|
| 23 |
"meta-llama/Llama-3.1-8B-Instruct",
|
| 24 |
"deepseek-ai/DeepSeek-R1",
|
| 25 |
+
"NousResearch/Llama-2-70b-hf",
|
| 26 |
+
"meta-llama/Llama-2-70b-chat-hf",
|
| 27 |
+
"google/gemma-2-27b-it",
|
| 28 |
+
"google/gemma-2-9b-it",
|
| 29 |
+
"google/gemma-2-2b-it",
|
| 30 |
"xai-org/grok-1",
|
| 31 |
"amazon/MistralLite",
|
| 32 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|