forked from dineshsalunke/nvim-config
refactor: add default ollama provider config and set it to codellama
This commit is contained in:
parent
9894ebf47f
commit
95f58f6e65
@ -7,6 +7,10 @@ return {
|
||||
-- add any opts here
|
||||
-- for example
|
||||
provider = "mistral",
|
||||
ollama = {
|
||||
model = "codellama",
|
||||
endpoint = "http://127.0.0.1:11434",
|
||||
},
|
||||
vendors = {
|
||||
mistral = {
|
||||
__inherited_from = "openai",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user