From 26305a975d3a6d577ec4c9e191a765d7c47e6a13 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 13 Aug 2024 06:25:10 -0700 Subject: [PATCH] copy --- HISTORY.md | 1 + aider/website/docs/llms/deepseek.md | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 855b0e616..7e7b9fdae 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,7 @@ - New `--chat-mode ` switch to launch in ask/help/code modes. - New `/code ` command request a code edit while in `ask` mode. - Web scraper is more robust if page never idles. +- Improved token and cost reporting for infinite output. - Improvements and bug fixes for `/read` only files. - Bug fix to persist files added during `/ask`. - Bug fix for chat history size in `/tokens`. diff --git a/aider/website/docs/llms/deepseek.md b/aider/website/docs/llms/deepseek.md index df1e3b465..1c2bc33f3 100644 --- a/aider/website/docs/llms/deepseek.md +++ b/aider/website/docs/llms/deepseek.md @@ -6,7 +6,7 @@ nav_order: 500 # DeepSeek Aider can connect to the DeepSeek.com API. -The DeepSeek Coder V2 model gets the top score on aider's code editing benchmark. +The DeepSeek Coder V2 model has a top score on aider's code editing benchmark. ``` python -m pip install aider-chat @@ -15,10 +15,6 @@ export DEEPSEEK_API_KEY= # Mac/Linux setx DEEPSEEK_API_KEY # Windows, restart shell after setx # Use DeepSeek Coder V2 -aider --model deepseek/deepseek-coder +aider --deepseek ``` -See the [model warnings](warnings.html) -section for information on warnings which will occur -when working with models that aider is not familiar with. -