Spaces:
Running
Running
Upload patch_frontend.py
Browse files- patch_frontend.py +20 -3
patch_frontend.py
CHANGED
|
@@ -55,6 +55,21 @@ if idx_end == -1:
|
|
| 55 |
|
| 56 |
if idx_end > 0:
|
| 57 |
new_models = """ {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
id: 'gemma-3-1b',
|
| 59 |
name: 'Gemma 3 1B',
|
| 60 |
description: 'HF Inference',
|
|
@@ -90,6 +105,8 @@ print(" Row 3: GPT-5.5 | OpenAI")
|
|
| 90 |
print(" Row 4: DeepSeek V4 Flash | HF Inference (was Novita)")
|
| 91 |
print(" Row 5: DeepSeek V4 Flash | Openrouter (was Together)")
|
| 92 |
print(" Row 6: nvidia/nemotron-3-super-120b-a12b:free | Openrouter Free")
|
| 93 |
-
print(" Row 7: Gemma
|
| 94 |
-
print(" Row 8:
|
| 95 |
-
print(" Row 9:
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
if idx_end > 0:
|
| 57 |
new_models = """ {
|
| 58 |
+
id: 'gemma-4-31b',
|
| 59 |
+
name: 'Gemma 4 31B',
|
| 60 |
+
description: 'HF Inference',
|
| 61 |
+
modelPath: 'google/gemma-4-31B-it',
|
| 62 |
+
avatarUrl: 'https://huggingface.co/api/avatars/google',
|
| 63 |
+
recommended: true,
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
id: 'tencent-hy3',
|
| 67 |
+
name: 'Tencent HY3',
|
| 68 |
+
description: 'Openrouter Free',
|
| 69 |
+
modelPath: 'openai/tencent/hy3:free',
|
| 70 |
+
avatarUrl: 'https://huggingface.co/api/avatars/tencent',
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
id: 'gemma-3-1b',
|
| 74 |
name: 'Gemma 3 1B',
|
| 75 |
description: 'HF Inference',
|
|
|
|
| 105 |
print(" Row 4: DeepSeek V4 Flash | HF Inference (was Novita)")
|
| 106 |
print(" Row 5: DeepSeek V4 Flash | Openrouter (was Together)")
|
| 107 |
print(" Row 6: nvidia/nemotron-3-super-120b-a12b:free | Openrouter Free")
|
| 108 |
+
print(" Row 7: Gemma 4 31B | HF Inference (NEW)")
|
| 109 |
+
print(" Row 8: Tencent HY3 | Openrouter Free (NEW)")
|
| 110 |
+
print(" Row 9: Gemma 3 1B | HF Inference")
|
| 111 |
+
print(" Row 10: Qwen3 Coder Next | HF Inference")
|
| 112 |
+
print(" Row 11: Gemini 2.0 Flash | Openrouter")
|