fixed install problems

This commit is contained in:
locker98 2025-01-01 16:54:29 -05:00
parent 14ede51d13
commit 437c7f10e2
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
vim.keymap.set({ 'n', 'v' }, '<leader>]', ':Gen<CR>')
require('gen').setup({
model = "mistral",
host = "100.74.10.45",
model = "llama3.2",
host = "10.10.1.35",
init = function(options) end,
debug = false

View File

@ -1 +1,2 @@
require("locker98")
require('locker98/packer')