qwen-code
https://qwenlm.github.io/qwen-code-docs/ja/
https://github.com/QwenLM/qwen-code
https://deepwiki.com/QwenLM/qwen-code
タイムアウトを設定する
https://deepwiki.com/search/-api-error-streaming-request-t_b8712853-4460-4ea8-81bb-da044bb0be5d
ミリ秒で設定する
例: 1時間に設定する
code:~/.qwen/settings.json
{
"contentGenerator": {
"timeout": 3600000
}
}