mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
Add summary prefix
This commit is contained in:
parent
c26917851f
commit
69aea3e745
3 changed files with 7 additions and 2 deletions
|
@ -17,10 +17,10 @@ from rich.markdown import Markdown
|
|||
|
||||
from aider import models, prompts, utils
|
||||
from aider.commands import Commands
|
||||
from aider.history import ChatSummary
|
||||
from aider.repo import GitRepo
|
||||
from aider.repomap import RepoMap
|
||||
from aider.sendchat import send_with_retries
|
||||
from aider.history import ChatSummary
|
||||
|
||||
from ..dump import dump # noqa: F401
|
||||
|
||||
|
@ -200,7 +200,7 @@ class Coder:
|
|||
if self.repo:
|
||||
self.repo.add_new_files(fnames)
|
||||
|
||||
self.summarizer = ChatSummary()
|
||||
self.summarizer = ChatSummary(self.main_model.name)
|
||||
|
||||
# validate the functions jsonschema
|
||||
if self.functions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue