Abstract the default model name so it applies to scripting #537

This commit is contained in:
Paul Gauthier 2024-04-11 06:42:38 -07:00
parent cf7dfa816e
commit 5c10944054
4 changed files with 5 additions and 2 deletions

View file

@ -258,6 +258,7 @@ User `aider --help` to see all the command line options, but these are useful fo
You can also script aider from python:
```python
import os
import openai
from aider.coders import Coder