From 85645fd9abd8b8d66013caa56ae9045afbf2978b Mon Sep 17 00:00:00 2001 From: yetone Date: Tue, 4 Feb 2025 01:38:25 +0800 Subject: [PATCH] feat(docs): add custom providers (#1175) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f856355..a6b6b02 100644 --- a/README.md +++ b/README.md @@ -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.