mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 17:15:00 +00:00
copy
This commit is contained in:
parent
f7dd0fc582
commit
674eb109c2
10 changed files with 292 additions and 309 deletions
|
@ -37,12 +37,14 @@ You can use `aider --model <model-name>` to use any other OpenAI model.
|
|||
For example, if you want to use a specific version of GPT-4 Turbo
|
||||
you could do `aider --model gpt-4-0125-preview`.
|
||||
|
||||
## o1 models from other providers
|
||||
## Reasoning models from other providers
|
||||
|
||||
Many of OpenAI's o1
|
||||
Many of OpenAI's
|
||||
"reasoning" models have restrictions on streaming and setting the temperature parameter.
|
||||
Some also support different levels of "reasoning effort".
|
||||
Aider is configured to work properly with these models
|
||||
when served through major provider APIs.
|
||||
when served through major provider APIs and
|
||||
has a `--reasoning-effort` setting.
|
||||
|
||||
You may need to [configure reasoning model settings](/docs/config/reasoning.html)
|
||||
if you are using them through another provider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue