mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
rename
This commit is contained in:
parent
9cef379abd
commit
a874d617d3
4 changed files with 15 additions and 15 deletions
|
@ -15,7 +15,7 @@ class Commands:
|
|||
def __init__(self, io, coder):
|
||||
self.io = io
|
||||
self.coder = coder
|
||||
self.tokenizer = tiktoken.encoding_for_model(coder.main_model.value)
|
||||
self.tokenizer = tiktoken.encoding_for_model(coder.main_model.name)
|
||||
|
||||
def is_command(self, inp):
|
||||
if inp[0] == "/":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue