commit df13bb9d431f19d1122b08539ec77188e3d7a703
parent 8eee257cdc66d0d9b4bca0f255db18f34dcf0a26
Author: Andrew Laack <andrew@laack.co>
Date: Fri, 29 May 2026 14:46:47 -0500
Updated backend
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
@@ -140,7 +140,7 @@ require("luasnip").config.set_config({ -- Setting LuaSnip config
-- I cleared some of these shortcuts because it tried to use leader key... :(
--
vim.g.llama_config = {
- endpoint_fim = 'https://code-completion.andrew-gpu-testing.selfhost.imbue.com/infill',
+ endpoint_fim = 'http://mbp.local:8012/infill',
api_key = os.getenv('LLAMA_API_KEY') or '',
n_predict = 128,
t_max_predict_ms = 5000,