mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
More flexible models
This commit is contained in:
parent
8b5dcecbe2
commit
8660d35601
4 changed files with 44 additions and 50 deletions
|
@ -84,7 +84,7 @@ def main(args=None, input=None, output=None):
|
|||
action="store_const",
|
||||
dest="model",
|
||||
const=models.GPT35_16k.name,
|
||||
help=f"Use {models.GPT35.name} model for the main chat (not advised)",
|
||||
help=f"Use {models.GPT35_16k.name} model for the main chat (gpt-4 is better)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--pretty",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue