cli_data / Qwen Code.json
zhiminy's picture
fix: update Qwen Code.json
21096a8 verified
Raw
History Blame Contribute Delete
459 Bytes
{
"website": "https://github.com/QwenLM/qwen-code",
"provider": "Alibaba",
"bin": "qwen",
"promptStyle": "flag",
"initArgs": [
"--output-format",
"stream-json",
"--max-session-turns",
"10",
"--yolo"
],
"followupStyle": "resume",
"followupArgs": [
"--output-format",
"stream-json",
"--max-session-turns",
"10",
"--yolo"
],
"responseStartMarker": "",
"responseEndMarker": "",
"state": "inactive"
}