From 18ea95d965aa8ddbc138a265a4d846aa6c52c89d Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 16 Jul 2025 18:37:11 +0800 Subject: [PATCH] fix: refine docs --- README.md | 13 ------------- README_zh.md | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/README.md b/README.md index c12fd5d..63bcae9 100644 --- a/README.md +++ b/README.md @@ -697,19 +697,6 @@ You can use these mentions in your conversations with avante.nvim to provide rel Given its early stage, `avante.nvim` currently supports the following basic functionalities: -> [!IMPORTANT] -> -> Avante will only support Claude, and OpenAI (and its variants including azure)out-of-the-box due to its high code quality generation. -> For all OpenAI-compatible providers, see [wiki](https://github.com/yetone/avante.nvim/wiki/Custom-providers) for more details. - -> [!IMPORTANT] -> -> ~~Due to the poor performance of other models, avante.nvim only recommends using the claude-3.5-sonnet model.~~ > ~~All features can only be guaranteed to work properly on the claude-3.5-sonnet model.~~ > ~~We do not accept changes to the code or prompts to accommodate other models. Otherwise, it will greatly increase our maintenance costs.~~ > ~~We hope everyone can understand. Thank you!~~ - -> [!IMPORTANT] -> -> Since avante.nvim now supports [cursor planning mode](./cursor-planning-mode.md), the above statement is no longer valid! avante.nvim now supports most models! If you encounter issues with normal usage, please try enabling [cursor planning mode](./cursor-planning-mode.md). - > [!IMPORTANT] > > For most consistency between neovim session, it is recommended to set the environment variables in your shell file. diff --git a/README_zh.md b/README_zh.md index eec9060..eb86c91 100644 --- a/README_zh.md +++ b/README_zh.md @@ -528,19 +528,6 @@ _请参见 [config.lua#L9](./lua/avante/config.lua) 以获取完整配置_ 鉴于其早期阶段,`avante.nvim` 目前支持以下基本功能: -> [!IMPORTANT] -> -> Avante 仅支持 Claude 和 OpenAI(及其变体,包括 azure)开箱即用,因为它具有高质量的代码生成。 -> 对于所有兼容 OpenAI 的提供者,请参见 [wiki](https://github.com/yetone/avante.nvim/wiki/Custom-providers) 以获取更多详细信息。 - -> [!IMPORTANT] -> -> ~~由于其他模型的性能较差,avante.nvim 仅推荐使用 claude-3.5-sonnet 模型。~~ > ~~所有功能只能保证在 claude-3.5-sonnet 模型上正常工作。~~ > ~~我们不接受对代码或提示的更改以适应其他模型。否则,这将大大增加我们的维护成本。~~ > ~~我们希望大家能够理解。谢谢!~~ - -> [!IMPORTANT] -> -> 由于 avante.nvim 现在支持 [cursor planning mode](./cursor-planning-mode.md),上述声明不再有效!avante.nvim 现在支持大多数模型!如果您在正常使用中遇到问题,请尝试启用 [cursor planning mode](./cursor-planning-mode.md)。 - > [!IMPORTANT] > > 为了在 neovim 会话之间保持一致性,建议在 shell 文件中设置环境变量。