mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Abstract the default model name so it applies to scripting #537
This commit is contained in:
parent
cf7dfa816e
commit
5c10944054
4 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue