chore: added llama-cpp and migrate office

This commit is contained in:
2025-09-05 22:48:19 -04:00
parent 9433abcaf4
commit 26f32d3225
7 changed files with 218 additions and 166 deletions

View File

@@ -1,6 +1,6 @@
-- Configure LLama LLM
vim.g.llama_config = {
endpoint = "http://10.0.50.120:8080/infill",
endpoint = "http://10.0.50.120:8012/infill",
api_key = "",
n_prefix = 256,
n_suffix = 64,