mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
wip
This commit is contained in:
parent
f0ec6cb36a
commit
4e348102bf
2 changed files with 29 additions and 4 deletions
|
@ -9,7 +9,7 @@ from aider.sendchat import simple_send_with_retries
|
|||
|
||||
|
||||
class ChatSummary:
|
||||
def __init__(self, model=models.GPT35.name, max_tokens=1024):
|
||||
def __init__(self, model=models.GPT35.name, max_tokens=128):
|
||||
self.tokenizer = tiktoken.encoding_for_model(model)
|
||||
self.max_tokens = max_tokens
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue