codex config
This commit is contained in:
31
.aider.conf.yml
Normal file
31
.aider.conf.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
#############
|
||||
# Main model:
|
||||
|
||||
## Specify the model to use for the main chat
|
||||
# model: oca/gpt5
|
||||
model: oca/gpt-5.1-codex
|
||||
|
||||
|
||||
## Enable/disable automatic acceptance of architect changes (default: True)
|
||||
#auto-accept-architect: true
|
||||
|
||||
weak-model: oca/llama4
|
||||
|
||||
##################
|
||||
# Output settings:
|
||||
|
||||
## Use colors suitable for a dark terminal background (default: False)
|
||||
dark-mode: true
|
||||
|
||||
## Enable/disable auto commit of LLM changes (default: True)
|
||||
auto-commits: false
|
||||
|
||||
|
||||
############
|
||||
# Analytics:
|
||||
|
||||
## Enable/disable analytics for current session (default: random)
|
||||
analytics: false
|
||||
|
||||
## Permanently disable analytics
|
||||
analytics-disable: true
|
||||
Reference in New Issue
Block a user