fixed install problems
This commit is contained in:
parent
14ede51d13
commit
437c7f10e2
@ -1,8 +1,8 @@
|
|||||||
vim.keymap.set({ 'n', 'v' }, '<leader>]', ':Gen<CR>')
|
vim.keymap.set({ 'n', 'v' }, '<leader>]', ':Gen<CR>')
|
||||||
|
|
||||||
require('gen').setup({
|
require('gen').setup({
|
||||||
model = "mistral",
|
model = "llama3.2",
|
||||||
host = "100.74.10.45",
|
host = "10.10.1.35",
|
||||||
init = function(options) end,
|
init = function(options) end,
|
||||||
|
|
||||||
debug = false
|
debug = false
|
||||||
|
Loading…
Reference in New Issue
Block a user