Feat: Add Amazon Bedrock provider (#1167)

This commit is contained in:
ken
2025-02-03 23:33:25 +09:00
committed by GitHub
parent cd7390de21
commit 43269cc07f
6 changed files with 225 additions and 10 deletions

View File

@@ -425,6 +425,12 @@ Given its early stage, `avante.nvim` currently supports the following basic func
> ```sh
> export AZURE_OPENAI_API_KEY=your-api-key
> ```
>
> For Amazon Bedrock:
>
> ```sh
> export BEDROCK_KEYS=aws_access_key_id,aws_secret_access_key,aws_region
> ```
1. Open a code file in Neovim.
2. Use the `:AvanteAsk` command to query the AI about the code.