correction to gen.nvim #8

Merged
softinio merged 1 commit from add-gen-nvim-2 into main 2024-06-02 12:14:35 -07:00

View file

@ -15,7 +15,7 @@ return {
}, },
config = function() config = function()
require("gen").setup({ require("gen").setup({
ollama = { {
model = "codellama", model = "codellama",
host = "localhost", host = "localhost",
port = "11434", port = "11434",