mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
refactor: Refactor ChatSummary initialization and remove max_chat_history_tokens parameter from Coder
This commit is contained in:
parent
df70119da0
commit
f98a229c31
1 changed files with 2 additions and 0 deletions
|
@ -474,6 +474,8 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
)
|
||||
|
||||
from aider.commands import Commands
|
||||
from aider.history import ChatSummary
|
||||
from aider.coders import Coder
|
||||
|
||||
commands = Commands(io, None, verify_ssl=args.verify_ssl)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue