refactor: Move RETRY_TIMEOUT constant to models.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:45:40 -08:00
parent faa438bc51
commit 74da63e3ca
3 changed files with 3 additions and 4 deletions

View file

@ -30,7 +30,7 @@ from aider.llm import litellm
from aider.repo import ANY_GIT_ERROR, GitRepo
from aider.repomap import RepoMap
from aider.run_cmd import run_cmd
from aider.sendchat import RETRY_TIMEOUT
from aider.models import RETRY_TIMEOUT
from aider.utils import format_content, format_messages, format_tokens, is_image_file
from ..dump import dump # noqa: F401