mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
refac
This commit is contained in:
parent
70b981029c
commit
9cef379abd
5 changed files with 26 additions and 34 deletions
|
@ -14,7 +14,7 @@ from pygments.lexers import guess_lexer_for_filename
|
|||
from pygments.token import Token
|
||||
from pygments.util import ClassNotFound
|
||||
|
||||
from aider.utils import Models
|
||||
from aider import models
|
||||
|
||||
from .dump import dump # noqa: F402
|
||||
|
||||
|
@ -69,7 +69,7 @@ class RepoMap:
|
|||
self,
|
||||
map_tokens=1024,
|
||||
root=None,
|
||||
main_model=Models.GPT4,
|
||||
main_model=models.GPT4,
|
||||
io=None,
|
||||
repo_content_prefix=None,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue