From 640de624322e9308b5322ca11b337ff9e2a929bc Mon Sep 17 00:00:00 2001 From: whitney Date: Wed, 9 Oct 2024 10:31:07 -0700 Subject: [PATCH] Try /completion endpoint --- lazyvim/lua/plugins/avante.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazyvim/lua/plugins/avante.lua b/lazyvim/lua/plugins/avante.lua index 5f53879..c129ad8 100644 --- a/lazyvim/lua/plugins/avante.lua +++ b/lazyvim/lua/plugins/avante.lua @@ -9,7 +9,7 @@ return { provider = "pws_llm", vendors = { pws_llm = { - endpoint = "http://localhost:8000", + endpoint = "http://localhost:8000/completion", model = "gpt2", timeout = 30000, api_key_name = "", --empty because no key is required