From cec596cadfc01c8e7eacd9267df0e8004428d68e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 Aug 2024 11:43:32 -0300 Subject: [PATCH] copy --- HISTORY.md | 2 +- aider/website/HISTORY.md | 2 +- aider/website/docs/llms/other.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index cfe1856c9..a1062cb40 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,7 +7,7 @@ - Worked around litellm bug that removes OpenRouter app headers when using `extra_headers`. - Improved progress indication during repo map processing. - Corrected instructions for upgrading the docker container to latest aider version. -- Removed obsolete limit on 16k token limit on commit diffs. +- Removed obsolete 16k token limit on commit diffs, use per-model limits. ### Aider v0.48.0 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index ad32aa8ab..cc612d201 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -22,7 +22,7 @@ cog.out(text) - Worked around litellm bug that removes OpenRouter app headers when using `extra_headers`. - Improved progress indication during repo map processing. - Corrected instructions for upgrading the docker container to latest aider version. -- Removed obsolete limit on 16k token limit on commit diffs. +- Removed obsolete 16k token limit on commit diffs, use per-model limits. ### Aider v0.48.0 diff --git a/aider/website/docs/llms/other.md b/aider/website/docs/llms/other.md index 007b0fbf1..7c34109fe 100644 --- a/aider/website/docs/llms/other.md +++ b/aider/website/docs/llms/other.md @@ -77,6 +77,7 @@ cog.out(''.join(lines)) - FIREWORKS_API_KEY - FRIENDLIAI_API_KEY - GEMINI_API_KEY +- GITHUB_API_KEY - GROQ_API_KEY - HUGGINGFACE_API_KEY - MARITALK_API_KEY