mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
small repo map
This commit is contained in:
parent
ac21a4a992
commit
360335f624
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class RepoMap:
|
||||||
TAGS_CACHE_FILE = ".aider.tags.cache"
|
TAGS_CACHE_FILE = ".aider.tags.cache"
|
||||||
|
|
||||||
# 1/4 of gpt-4's context window
|
# 1/4 of gpt-4's context window
|
||||||
max_map_tokens = 1024
|
max_map_tokens = 512
|
||||||
|
|
||||||
def __init__(self, use_ctags=None, root=None, main_model="gpt-4", io=None):
|
def __init__(self, use_ctags=None, root=None, main_model="gpt-4", io=None):
|
||||||
self.io = io
|
self.io = io
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue