correction to gen.nvim

This commit is contained in:
Salar Rahmanian 2024-06-02 12:13:46 -07:00
parent 0f6d6b7e16
commit 0d0c2c4898

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",