23 lines
552 B
TOML
23 lines
552 B
TOML
disable_response_storage = true
|
|
show_reasoning_content = true
|
|
model = "gpt-5-codex"
|
|
|
|
[model_providers.local]
|
|
name = "local"
|
|
base_url = "http://100.64.0.4:8080/v1"
|
|
wire_api = "responses"
|
|
include_apply_patch_tool = false
|
|
|
|
[profiles.oss]
|
|
model = "gpt-oss-120b"
|
|
model_provider = "local"
|
|
include_apply_patch_tool = false
|
|
|
|
[mcp_servers.web-mcp]
|
|
url = "https://web-mcp.koyeb.app/sse/04824d01-60c3-4f20-9340-65b60d3e8344"
|
|
# bearer_token = "your-token-here"
|
|
startup_timeout_sec = 60
|
|
tool_timeout_sec = 120
|
|
|
|
[projects."/Users/lingyuzeng"]
|
|
trust_level = "trusted" |