mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
wip: Changed the help message for using gpt-3.5-turbo model and updated the example docs.
This commit is contained in:
parent
d1ae23be46
commit
04565b9181
3 changed files with 3 additions and 4 deletions
|
@ -48,7 +48,7 @@ def main(args=None, input=None, output=None):
|
|||
action="store_const",
|
||||
dest="model",
|
||||
const="gpt-3.5-turbo",
|
||||
help="Use gpt-3.5-turbo model for the main chat (basically won't work)",
|
||||
help="Use gpt-3.5-turbo model for the main chat (not advised)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--no-pretty",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue