renamed ctags->repomap

This commit is contained in:
Paul Gauthier 2023-05-24 18:55:47 -07:00
parent e7489a3d44
commit dcf1bbf20e
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ import openai
from aider import utils from aider import utils
from aider import prompts from aider import prompts
from aider.commands import Commands from aider.commands import Commands
from aider.ctags import RepoMap from aider.repomap import RepoMap
openai.api_key = os.getenv("OPENAI_API_KEY") openai.api_key = os.getenv("OPENAI_API_KEY")