This commit is contained in:
Paul Gauthier 2024-09-21 10:09:26 -07:00
parent 5493654981
commit 412b8e7c3c
5 changed files with 12 additions and 14 deletions

View file

@ -61,16 +61,9 @@ better harness the o1 models.
## Using aider with o1
OpenAI's new o1 models are supported in the development version of aider:
OpenAI's new o1 models are supported in v0.57.0 of aider:
```
# To upgrade to the development version:
aider --install-main-branch
# Or, to upgrade/install:
python -m pip install --upgrade git+https://github.com/paul-gauthier/aider.git
# To launch aider with an o1 model:
aider --model o1-mini
aider --model o1-preview
```