From 59d588388eac1eb57fc344ccee8d1f7a39c2aa2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=87=E6=9C=9F=E8=96=AF=E6=9D=A1?= Date: Mon, 2 Sep 2024 14:33:27 -0400 Subject: [PATCH] Update lua/astrocommunity/completion/avante-nvim/README.md Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com> --- .../completion/avante-nvim/README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/lua/astrocommunity/completion/avante-nvim/README.md b/lua/astrocommunity/completion/avante-nvim/README.md index d63777318..9d59d4f75 100644 --- a/lua/astrocommunity/completion/avante-nvim/README.md +++ b/lua/astrocommunity/completion/avante-nvim/README.md @@ -1,24 +1,5 @@ Avante.nvim is a Neovim plugin that emulates the Cursor AI IDE's functionality. It provides AI-driven code suggestions and allows users to apply these recommendations directly to their source files with minimal effort. -Everytime you open a file, the plugin will ask you to enter an Anthropic API key for Claude 3.5 Sonnet. To avoid repeating this, set an environment variable to store your API key locally: - -For Claude: - -```sh -export ANTHROPIC_API_KEY=your-api-key -``` - -For OpenAI: - -```sh -export OPENAI_API_KEY=your-api-key -``` - -For Azure OpenAI: - -```sh -export AZURE_OPENAI_API_KEY=your-api-key -``` > [!IMPORTANT] >