From 43e95c1aeca902ec193a3c9685ebd7894e3b79f6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 1 Jul 2024 11:30:34 -0300 Subject: [PATCH] remove refs to 5M free deepseek tokens #760 --- website/docs/llms.md | 1 - website/docs/llms/deepseek.md | 1 - 2 files changed, 2 deletions(-) diff --git a/website/docs/llms.md b/website/docs/llms.md index 37cd82f7a..939bbef87 100644 --- a/website/docs/llms.md +++ b/website/docs/llms.md @@ -27,7 +27,6 @@ Aider works best with these models, which are skilled at editing code: Aider works with a number of **free** API providers: -- The [DeepSeek Coder V2](/docs/llms/deepseek.html) model gets the top score on aider's code editing benchmark. DeepSeek has been offering 5M free tokens of API usage. - Google's [Gemini 1.5 Pro](/docs/llms/gemini.html) works with aider, with code editing capabilities similar to GPT-3.5. - You can use [Llama 3 70B on Groq](/docs/llms/groq.html) which is comparable to GPT-3.5 in code editing performance. diff --git a/website/docs/llms/deepseek.md b/website/docs/llms/deepseek.md index 7ff93ca88..df7790694 100644 --- a/website/docs/llms/deepseek.md +++ b/website/docs/llms/deepseek.md @@ -7,7 +7,6 @@ nav_order: 500 Aider can connect to the DeepSeek.com API. The DeepSeek Coder V2 model gets the top score on aider's code editing benchmark. -DeepSeek appears to grant 5M tokens of free API usage to new accounts. ``` pip install aider-chat