chore(provider): update supported LLM list (#386)
This commit is contained in:
parent
483f71dba4
commit
b7127b33c6
@ -177,7 +177,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
---@alias Provider "openai" | "claude" | "azure" | "cohere" | [string]
|
---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | "copilot" | string
|
||||||
provider = "claude", -- Recommend using Claude
|
provider = "claude", -- Recommend using Claude
|
||||||
claude = {
|
claude = {
|
||||||
endpoint = "https://api.anthropic.com",
|
endpoint = "https://api.anthropic.com",
|
||||||
|
@ -10,7 +10,7 @@ local M = {}
|
|||||||
---@field silent_warning boolean will be determined from debug
|
---@field silent_warning boolean will be determined from debug
|
||||||
M.defaults = {
|
M.defaults = {
|
||||||
debug = false,
|
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
|
provider = "claude", -- Only recommend using Claude
|
||||||
---@type AvanteSupportedProvider
|
---@type AvanteSupportedProvider
|
||||||
openai = {
|
openai = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user