mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
fix: Update content handling in ChatChunks class
feat: Add date-based caching for prompts refactor: Simplify current date/time formatting in Coder class
This commit is contained in:
parent
a0fd982546
commit
36663cf04e
2 changed files with 12 additions and 5 deletions
|
@ -17,7 +17,7 @@ from aider.dump import dump # noqa: F401
|
|||
from aider.llm import AIDER_APP_NAME, AIDER_SITE_URL, litellm
|
||||
|
||||
DEFAULT_MODEL_NAME = "gpt-4o"
|
||||
ANTHROPIC_BETA_HEADER = "max-tokens-3-5-sonnet-2024-07-15, prompt-caching-2024-07-31"
|
||||
ANTHROPIC_BETA_HEADER = "max-tokens-3-5-sonnet-2024-07-15,prompt-caching-2024-07-31"
|
||||
|
||||
OPENAI_MODELS = """
|
||||
gpt-4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue