Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ if provider == "custom":
|
|
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",
|
|
|
22 |
models = [
|
23 |
"meta-llama/Llama-3.1-8B-Instruct",
|
24 |
"deepseek-ai/DeepSeek-R1",
|
25 |
+
"google/gemma-3-27b-it",
|
26 |
"NousResearch/Llama-2-70b-hf",
|
27 |
"meta-llama/Llama-2-70b-chat-hf",
|
28 |
"google/gemma-2-27b-it",
|