mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Run linter and format import statements in models.py
This commit is contained in:
parent
20aaf58ee9
commit
b1852526f5
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue