add baidu

This commit is contained in:
zhangkun9038@dingtalk.com 2025-02-09 23:59:10 +08:00
parent 07abe12f54
commit 7d021f92bb

View File

@ -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