feat(docs): add custom providers (#1175)

This commit is contained in:
yetone 2025-02-04 01:38:25 +08:00 committed by GitHub
parent ef4b6077ec
commit 85645fd9ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -507,6 +507,12 @@ The following key bindings are available for use with `avante.nvim`:
See [highlights.lua](./lua/avante/highlights.lua) for more information
## Custom providers
Avante provides a set of default providers, but users can also create their own providers.
For more information, see [Custom Providers](https://github.com/yetone/avante.nvim/wiki/Custom-providers)
## Custom prompts
By default, `avante.nvim` provides three different modes to interact with: `planning`, `editing`, and `suggesting`, followed with three different prompts per mode.