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
|
-- add any opts here
|
||||||
-- for example
|
-- for example
|
||||||
provider = "mistral",
|
provider = "mistral",
|
||||||
|
ollama = {
|
||||||
|
model = "codellama",
|
||||||
|
endpoint = "http://127.0.0.1:11434",
|
||||||
|
},
|
||||||
vendors = {
|
vendors = {
|
||||||
mistral = {
|
mistral = {
|
||||||
__inherited_from = "openai",
|
__inherited_from = "openai",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user