add ollama pluigin
This commit is contained in:
parent
cc1b5ae9c7
commit
010f692b41
4 changed files with 43 additions and 22 deletions
7
dot_vim/lua/ollama_setup.lua
Normal file
7
dot_vim/lua/ollama_setup.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require("ollama").setup({
|
||||
model = "codellama",
|
||||
url = "http://ollama.ollama.svc.k8s.barakmich.com",
|
||||
serve = {
|
||||
on_start = false,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue