mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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
|
@ -1,8 +1,6 @@
|
|||
from aider.dump import dump # noqa: F401
|
||||
from aider.utils import format_messages
|
||||
|
||||
RETRY_TIMEOUT = 60
|
||||
|
||||
|
||||
def sanity_check_messages(messages):
|
||||
"""Check if messages alternate between user and assistant roles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue