diff --git a/lua/avante/config.lua b/lua/avante/config.lua index 2650e66..4f914de 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -10,7 +10,7 @@ local M = {} ---@class avante.Config M._defaults = { debug = false, - ---@alias Provider "claude" | "openai" | "azure" | "gemini" | "vertex" | "cohere" | "copilot" | string + ---@alias Provider "claude" | "openai" | "azure" | "gemini" | "vertex" | "cohere" | "copilot" | "baidu" | string provider = "claude", -- Only recommend using Claude -- WARNING: Since auto-suggestions are a high-frequency operation and therefore expensive, -- currently designating it as `copilot` provider is dangerous because: https://github.com/yetone/avante.nvim/issues/1048