add gen plugin

This commit is contained in:
2024-03-03 04:16:12 +05:30
parent ccaee1e67e
commit 2de4451d11
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
local opts = {
model = "deepseek-coder:6.7b",
display_mode = "float",
show_prompt = true,
show_model = true,
no_auto_close = false,
debug = false,
}
return opts