Skip to content

Commit d9323b8

Browse files
vonhyouUzaaft
andcommitted
Update lua/astrocommunity/completion/avante-nvim/README.md
Co-authored-by: Uzair Aftab <[email protected]>
1 parent 14a25ca commit d9323b8

File tree

1 file changed

+0
-19
lines changed
  • lua/astrocommunity/completion/avante-nvim

1 file changed

+0
-19
lines changed

lua/astrocommunity/completion/avante-nvim/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
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.
22

3-
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:
4-
5-
For Claude:
6-
7-
```sh
8-
export ANTHROPIC_API_KEY=your-api-key
9-
```
10-
11-
For OpenAI:
12-
13-
```sh
14-
export OPENAI_API_KEY=your-api-key
15-
```
16-
17-
For Azure OpenAI:
18-
19-
```sh
20-
export AZURE_OPENAI_API_KEY=your-api-key
21-
```
223

234
> [!IMPORTANT]
245
>

0 commit comments

Comments
 (0)