refactor(llm): cleanup providers for future ops (closes #134) (#147)

support allow_insecure and proxy ops

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-22 01:48:40 -04:00
committed by GitHub
parent 380a7254ae
commit 8d52229f16
15 changed files with 1007 additions and 874 deletions

View File

@@ -2,7 +2,6 @@ local api = vim.api
---@class avante.Utils: LazyUtilCore
---@field colors avante.util.colors
---@field copilot avante.utils.copilot
local M = {}
setmetatable(M, {