mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
rename
This commit is contained in:
parent
9cef379abd
commit
a874d617d3
4 changed files with 15 additions and 15 deletions
|
@ -88,7 +88,7 @@ class RepoMap:
|
|||
else:
|
||||
self.has_ctags = False
|
||||
|
||||
self.tokenizer = tiktoken.encoding_for_model(main_model.value)
|
||||
self.tokenizer = tiktoken.encoding_for_model(main_model.name)
|
||||
self.repo_content_prefix = repo_content_prefix
|
||||
|
||||
def get_repo_map(self, chat_files, other_files):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue