codex examples
This commit is contained in:
5
codex/README.md
Normal file
5
codex/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 启动命令
|
||||
|
||||
```bash
|
||||
codex -p oss
|
||||
```
|
||||
23
codex/config.toml
Normal file
23
codex/config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user