Skip to content

Commit

Permalink
Update lua/astrocommunity/completion/avante-nvim/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Uzair Aftab <[email protected]>
  • Loading branch information
vonhyou and Uzaaft committed Sep 2, 2024
1 parent b2e22f4 commit 59d5883
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lua/astrocommunity/completion/avante-nvim/README.md
Original file line number Diff line number Diff line change
@@ -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]
>
Expand Down

0 comments on commit 59d5883

Please sign in to comment.