Temporarily removing CoPE from UI (#9)
Browse files- Temporarily removing CoPE from UI (7cb39316a61e26f3301c99abc753082031e055bc)
Co-authored-by: Samidh <[email protected]>
- utils/constants.py +6 -6
utils/constants.py
CHANGED
|
@@ -20,12 +20,12 @@ MODELS = [
|
|
| 20 |
"is_thinking": True,
|
| 21 |
"supports_reasoning_level": True,
|
| 22 |
},
|
| 23 |
-
{
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
},
|
| 29 |
{
|
| 30 |
"name": "Qwen3-Next-80B-Instruct",
|
| 31 |
"id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
|
|
| 20 |
"is_thinking": True,
|
| 21 |
"supports_reasoning_level": True,
|
| 22 |
},
|
| 23 |
+
#{
|
| 24 |
+
# "name": "CoPE-A-9B",
|
| 25 |
+
# "id": "zentropi-ai/cope-a-9b",
|
| 26 |
+
# "is_thinking": False,
|
| 27 |
+
# "supports_reasoning_level": False,
|
| 28 |
+
#},
|
| 29 |
{
|
| 30 |
"name": "Qwen3-Next-80B-Instruct",
|
| 31 |
"id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
|