codex examples

This commit is contained in:
2025-10-08 11:12:00 +08:00
parent 442c5cc7f0
commit e8e7ca5eba
2 changed files with 28 additions and 0 deletions

5
codex/README.md Normal file
View File

@@ -0,0 +1,5 @@
## 启动命令
```bash
codex -p oss
```

23
codex/config.toml Normal file
View File

@@ -0,0 +1,23 @@
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"