This commit is contained in:
Paul Gauthier 2024-12-03 08:28:32 -08:00
parent 40da942bfe
commit 3e02c5e4a8
7 changed files with 312 additions and 312 deletions

View file

@ -94,7 +94,7 @@ cog.outl("```")
## Use gpt-4-0613 model for the main chat
#4: false
## Use gpt-4o-2024-08-06 model for the main chat
## Use gpt-4o model for the main chat
#4o: false
## Use gpt-4o-mini model for the main chat

View file

@ -84,7 +84,7 @@ cog.outl("```")
## Use gpt-4-0613 model for the main chat
#AIDER_4=
## Use gpt-4o-2024-08-06 model for the main chat
## Use gpt-4o model for the main chat
#AIDER_4O=
## Use gpt-4o-mini model for the main chat

View file

@ -54,7 +54,7 @@ for alias, model in sorted(MODEL_ALIASES.items()):
- `35turbo`: gpt-3.5-turbo
- `4`: gpt-4-0613
- `4-turbo`: gpt-4-1106-preview
- `4o`: gpt-4o-2024-08-06
- `4o`: gpt-4o
- `deepseek`: deepseek/deepseek-coder
- `haiku`: claude-3-5-haiku-20241022
- `opus`: claude-3-opus-20240229

View file

@ -123,7 +123,7 @@ Aliases:
- `-4`
### `--4o`
Use gpt-4o-2024-08-06 model for the main chat
Use gpt-4o model for the main chat
Environment variable: `AIDER_4O`
### `--mini`