mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
feat: add PDF file support and refactor image handling
This commit is contained in:
parent
73c1dc697f
commit
b8f36c8277
3 changed files with 7 additions and 10 deletions
|
@ -17,7 +17,7 @@ from aider.dump import dump # noqa: F401
|
|||
from aider.llm import litellm
|
||||
|
||||
DEFAULT_MODEL_NAME = "gpt-4o"
|
||||
ANTHROPIC_BETA_HEADER = "prompt-caching-2024-07-31"
|
||||
ANTHROPIC_BETA_HEADER = "prompt-caching-2024-07-31,pdfs-2024-09-25"
|
||||
|
||||
OPENAI_MODELS = """
|
||||
gpt-4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue