chore(provider): update supported LLM list (#386)
This commit is contained in:
committed by
GitHub
parent
483f71dba4
commit
b7127b33c6
@@ -10,7 +10,7 @@ local M = {}
|
||||
---@field silent_warning boolean will be determined from debug
|
||||
M.defaults = {
|
||||
debug = false,
|
||||
---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | string
|
||||
---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | "copilot" | string
|
||||
provider = "claude", -- Only recommend using Claude
|
||||
---@type AvanteSupportedProvider
|
||||
openai = {
|
||||
|
||||
Reference in New Issue
Block a user