style: Run linter and format import statements in models.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:38:30 -08:00
parent 20aaf58ee9
commit b1852526f5

View file

@ -17,7 +17,11 @@ from PIL import Image
from aider.dump import dump # noqa: F401 from aider.dump import dump # noqa: F401
from aider.llm import litellm from aider.llm import litellm
from aider.sendchat import sanity_check_messages, ensure_alternating_roles, RETRY_TIMEOUT from aider.sendchat import (
RETRY_TIMEOUT,
ensure_alternating_roles,
sanity_check_messages,
)
DEFAULT_MODEL_NAME = "gpt-4o" DEFAULT_MODEL_NAME = "gpt-4o"
ANTHROPIC_BETA_HEADER = "prompt-caching-2024-07-31,pdfs-2024-09-25" ANTHROPIC_BETA_HEADER = "prompt-caching-2024-07-31,pdfs-2024-09-25"