export QS_AUTH_TOKEN=...
export QS_BASE_URL=https://open.bigmodel.cn/api/anthropic
#https://api.moonshot.ai/anthropic 等
export API_TIMEOUT_MS="3000000"
export QS_DISABLE_NONESSENTIAL_TRAFFIC=1
export QS_SMALL_MODEL="glm-4.5-air"
export QS_MIDDLE_MODEL="glm-4.7"
export QS_BIG_MODEL="glm-5.1"
export QS_MODEL="glm-5.1"

#然后运行：
qianshou --permission-mode bypassPermissions 