From 7d021f92bb56427b5ddfa22e93fa44ea93443688 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sun, 9 Feb 2025 23:59:10 +0800 Subject: [PATCH] add baidu --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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