correction to gen.nvim #8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue