mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Improved support for gpt-3.5-turbo-16k
This commit is contained in:
parent
e468763c7d
commit
25a28e6f9c
5 changed files with 19 additions and 20 deletions
|
@ -83,7 +83,7 @@ def main(args=None, input=None, output=None):
|
|||
"-3",
|
||||
action="store_const",
|
||||
dest="model",
|
||||
const=models.GPT35.name,
|
||||
const=models.GPT35_16k.name,
|
||||
help=f"Use {models.GPT35.name} model for the main chat (not advised)",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue