mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Make 3.5-16k use diff
This commit is contained in:
parent
21672d5231
commit
9c126210a9
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ GPT35 = Model_GPT35()
|
|||
class Model_GPT35_16k:
|
||||
name = "gpt-3.5-turbo-16k"
|
||||
max_context_tokens = 16 * 1024
|
||||
edit_format = "whole"
|
||||
edit_format = "diff"
|
||||
|
||||
|
||||
GPT35_16k = Model_GPT35_16k()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue