return { "huggingface/llm.nvim", enabled = false, opts = { backend = "ollama", model = "codestral:latest", url = "http://192.168.1.11:11434/", -- llm-ls uses "/api/generate" -- cf https://github.com/ollama/ollama/blob/main/docs/api.md#parameters_doc -- Function that print fibonacci numbers: -- tec = request_body = { -- Modelfile options for the model you use options = { temperature = 0.2, top_p = 0.95, }, }, lsp = { bin_path = vim.api.nvim_call_function("stdpath", { "data" }) .. "/mason/bin/llm-ls", }, }, }