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

@ -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.