mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-17 10:05:01 +00:00
copy
This commit is contained in:
parent
3ed16fb796
commit
1903542f11
7 changed files with 1239 additions and 1202 deletions
|
@ -24,39 +24,6 @@
|
|||
## Specify the model to use for the main chat
|
||||
#AIDER_MODEL=
|
||||
|
||||
## Use claude-3-opus-20240229 model for the main chat
|
||||
#AIDER_OPUS=
|
||||
|
||||
## Use anthropic/claude-3-7-sonnet-20250219 model for the main chat
|
||||
#AIDER_SONNET=
|
||||
|
||||
## Use claude-3-5-haiku-20241022 model for the main chat
|
||||
#AIDER_HAIKU=
|
||||
|
||||
## Use gpt-4-0613 model for the main chat
|
||||
#AIDER_4=
|
||||
|
||||
## Use gpt-4o model for the main chat
|
||||
#AIDER_4O=
|
||||
|
||||
## Use gpt-4o-mini model for the main chat
|
||||
#AIDER_MINI=
|
||||
|
||||
## Use gpt-4-1106-preview model for the main chat
|
||||
#AIDER_4_TURBO=
|
||||
|
||||
## Use gpt-3.5-turbo model for the main chat
|
||||
#AIDER_35TURBO=
|
||||
|
||||
## Use deepseek/deepseek-chat model for the main chat
|
||||
#AIDER_DEEPSEEK=
|
||||
|
||||
## Use o1-mini model for the main chat
|
||||
#AIDER_O1_MINI=
|
||||
|
||||
## Use o1-preview model for the main chat
|
||||
#AIDER_O1_PREVIEW=
|
||||
|
||||
########################
|
||||
# API Keys and settings:
|
||||
|
||||
|
@ -105,6 +72,9 @@
|
|||
## Set the reasoning_effort API parameter (default: not set)
|
||||
#AIDER_REASONING_EFFORT=
|
||||
|
||||
## Set the thinking token budget for models that support it (default: not set)
|
||||
#AIDER_THINKING_TOKENS=
|
||||
|
||||
## Verify the SSL cert when connecting to models (default: True)
|
||||
#AIDER_VERIFY_SSL=true
|
||||
|
||||
|
@ -410,3 +380,39 @@
|
|||
|
||||
## Specify which editor to use for the /editor command
|
||||
#AIDER_EDITOR=
|
||||
|
||||
############################
|
||||
# Deprecated model settings:
|
||||
|
||||
## Use claude-3-opus-20240229 model for the main chat (deprecated, use --model)
|
||||
#AIDER_OPUS=false
|
||||
|
||||
## Use anthropic/claude-3-7-sonnet-20250219 model for the main chat (deprecated, use --model)
|
||||
#AIDER_SONNET=false
|
||||
|
||||
## Use claude-3-5-haiku-20241022 model for the main chat (deprecated, use --model)
|
||||
#AIDER_HAIKU=false
|
||||
|
||||
## Use gpt-4-0613 model for the main chat (deprecated, use --model)
|
||||
#AIDER_4=false
|
||||
|
||||
## Use gpt-4o model for the main chat (deprecated, use --model)
|
||||
#AIDER_4O=false
|
||||
|
||||
## Use gpt-4o-mini model for the main chat (deprecated, use --model)
|
||||
#AIDER_MINI=false
|
||||
|
||||
## Use gpt-4-1106-preview model for the main chat (deprecated, use --model)
|
||||
#AIDER_4_TURBO=false
|
||||
|
||||
## Use gpt-3.5-turbo model for the main chat (deprecated, use --model)
|
||||
#AIDER_35TURBO=false
|
||||
|
||||
## Use deepseek/deepseek-chat model for the main chat (deprecated, use --model)
|
||||
#AIDER_DEEPSEEK=false
|
||||
|
||||
## Use o1-mini model for the main chat (deprecated, use --model)
|
||||
#AIDER_O1_MINI=false
|
||||
|
||||
## Use o1-preview model for the main chat (deprecated, use --model)
|
||||
#AIDER_O1_PREVIEW=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue