Merge pull request 'correction to gen.nvim' (#8) from add-gen-nvim-2 into main

Reviewed-on: #8
This commit is contained in:
Salar Rahmanian 2024-06-02 12:14:35 -07:00
commit 069573696f

View file

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