feat(providers): add support for custom vendors (#74)

* feat(providers): add support for custom vendors

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* fix: override configuration not setup

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-18 22:20:29 -04:00
committed by GitHub
parent 5fa4f701dd
commit 2700cad921
5 changed files with 260 additions and 76 deletions

View File

@@ -201,7 +201,7 @@ function M.setup(opts)
end
require("avante.diff").setup()
require("avante.ai_bot").setup()
require("avante.llm").setup()
-- setup helpers
H.autocmds()