Files
command-code-openai-bridge/config.example.yaml
T
2026-08-12 16:23:52 +08:00

30 lines
817 B
YAML

host: 127.0.0.1
port: 18000
command_code_executable: command-code
command_code_working_directory: .
timeout_seconds: 1800
max_request_bytes: 20971520
# 同时运行的 Command Code 请求数,范围 1..64。
max_concurrent_requests: 1
max_queue_size: 8
max_turns: 100
stream_thinking: false
response_store_directory: .command-code-openai-bridge/responses
permission_mode: auto-accept
dangerously_skip_permissions: true
models:
command-default:
cli_model: deepseek/deepseek-v4-flash
effort: max
# 只有已通过真实 CLI 图像路径检查的映射才能设为 true。
supports_image_input: false
command-fast:
cli_model: deepseek/deepseek-v4-flash
effort: low
supports_image_input: false
command-vision:
cli_model: gpt-5.6-luna
effort: max
supports_image_input: true