mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
codex config
This commit is contained in:
parent
1ce5d44d0b
commit
80aa7bc413
3 changed files with 28 additions and 0 deletions
7
codex/config.toml
Normal file
7
codex/config.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
model_reasoning_effort = "high" # minimal|low|medium|high|none
|
||||
model_verbosity = "medium" # low|medium|high
|
||||
|
||||
[mcp_servers.ib]
|
||||
command = "mcp-proxy"
|
||||
args = ["--transport", "streamablehttp", "http://127.0.0.1:5938"]
|
||||
startup_timeout_ms = 20000
|
||||
Loading…
Add table
Add a link
Reference in a new issue