fix: update Qwen Code.json
Browse files- Qwen Code.json +14 -2
Qwen Code.json
CHANGED
|
@@ -3,9 +3,21 @@
|
|
| 3 |
"provider": "Alibaba",
|
| 4 |
"bin": "qwen",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
-
"initArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"followupStyle": "resume",
|
| 8 |
-
"followupArgs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"responseStartMarker": "",
|
| 10 |
"responseEndMarker": "",
|
| 11 |
"state": "inactive"
|
|
|
|
| 3 |
"provider": "Alibaba",
|
| 4 |
"bin": "qwen",
|
| 5 |
"promptStyle": "flag",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"--output-format",
|
| 8 |
+
"stream-json",
|
| 9 |
+
"--max-session-turns",
|
| 10 |
+
"10",
|
| 11 |
+
"--yolo"
|
| 12 |
+
],
|
| 13 |
"followupStyle": "resume",
|
| 14 |
+
"followupArgs": [
|
| 15 |
+
"--output-format",
|
| 16 |
+
"stream-json",
|
| 17 |
+
"--max-session-turns",
|
| 18 |
+
"10",
|
| 19 |
+
"--yolo"
|
| 20 |
+
],
|
| 21 |
"responseStartMarker": "",
|
| 22 |
"responseEndMarker": "",
|
| 23 |
"state": "inactive"
|