mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
rename
This commit is contained in:
parent
9cef379abd
commit
a874d617d3
4 changed files with 15 additions and 15 deletions
|
@ -76,15 +76,15 @@ def main(args=None, input=None, output=None):
|
|||
parser.add_argument(
|
||||
"--model",
|
||||
metavar="MODEL",
|
||||
default=models.GPT4.value,
|
||||
help=f"Specify the model to use for the main chat (default: {models.GPT4.value})",
|
||||
default=models.GPT4.name,
|
||||
help=f"Specify the model to use for the main chat (default: {models.GPT4.name})",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-3",
|
||||
action="store_const",
|
||||
dest="model",
|
||||
const=models.GPT35.value,
|
||||
help=f"Use {models.GPT35.value} model for the main chat (not advised)",
|
||||
const=models.GPT35.name,
|
||||
help=f"Use {models.GPT35.name} model for the main chat (not advised)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--pretty",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue