refactor: providers config (#2117)

This commit is contained in:
yetone
2025-06-03 04:01:01 +08:00
committed by GitHub
parent b89e6d84a0
commit e9ab2ca2fd
12 changed files with 327 additions and 251 deletions

View File

@@ -220,6 +220,7 @@ vim.g.avante_login = vim.g.avante_login
---@class AvanteDefaultBaseProvider: table<string, any>
---@field endpoint? string
---@field extra_headers? table<string, any>
---@field extra_request_body? table<string, any>
---@field model? string
---@field local? boolean
---@field proxy? string