mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor: Move RETRY_TIMEOUT constant to models.py
This commit is contained in:
parent
faa438bc51
commit
74da63e3ca
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue