mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
use gpt-5.2
This commit is contained in:
parent
04c85c93d6
commit
ce79e8a1aa
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
|
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
|
||||||
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
|
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
|
||||||
|
|
||||||
model = "gpt-5.1-codex-max"
|
model = "gpt-5.2"
|
||||||
model_verbosity = "medium" # low|medium|high
|
model_verbosity = "medium" # low|medium|high
|
||||||
model_reasoning_effort = "high"
|
model_reasoning_effort = "xhigh"
|
||||||
show_raw_agent_reasoning = true
|
show_raw_agent_reasoning = true
|
||||||
|
|
||||||
approval_policy = "never"
|
approval_policy = "never"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue