Update routes.chat.json
Browse files- routes.chat.json +6 -1
routes.chat.json
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
"name": "casual_conversation",
|
| 4 |
-
"description": "General purpose dialog
|
| 5 |
"primary_model": "Qwen/Qwen3-1.7B"
|
| 6 |
},
|
| 7 |
{
|
| 8 |
"name": "serious_conversation",
|
| 9 |
"description": "A model for serious and potentially morally-grey discussion topics",
|
| 10 |
"primary_model": "Qwen/Qwen3-1.7B"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|
| 12 |
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
"name": "casual_conversation",
|
| 4 |
+
"description": "General purpose dialog",
|
| 5 |
"primary_model": "Qwen/Qwen3-1.7B"
|
| 6 |
},
|
| 7 |
{
|
| 8 |
"name": "serious_conversation",
|
| 9 |
"description": "A model for serious and potentially morally-grey discussion topics",
|
| 10 |
"primary_model": "Qwen/Qwen3-1.7B"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"name": "silly_conversation",
|
| 14 |
+
"description": "A model for silly and goofy conversations only",
|
| 15 |
+
"primary_model": "Qwen/Qwen3-1.7B"
|
| 16 |
}
|
| 17 |
]
|