fix: fetch llm tool no longer depends on system libssl.so (#1404)

This commit is contained in:
yetone
2025-02-26 17:36:01 +08:00
committed by GitHub
parent ef78c36e98
commit 6f98cb0ed6
11 changed files with 169 additions and 36 deletions

View File

@@ -28,6 +28,7 @@ function H.load_path()
local ok, LazyConfig = pcall(require, "lazy.core.config")
if ok then
Utils.debug("LazyConfig loaded")
local name = "avante.nvim"
local function load_path() require("avante_lib").load() end
@@ -406,7 +407,6 @@ function M.setup(opts)
local uri = "file://" .. Utils.get_project_root()
if uri:sub(-1) ~= "/" then uri = uri .. "/" end
RagService.add_resource(uri)
Utils.info("Added project root to Rag Service")
end, 5000)
end
add_resource_with_delay = function()