forked from dineshsalunke/nvim-config
refactor: switch the default provider to deepseek
This commit is contained in:
parent
95f58f6e65
commit
9cf2f4fc3e
@ -6,7 +6,7 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
-- add any opts here
|
-- add any opts here
|
||||||
-- for example
|
-- for example
|
||||||
provider = "mistral",
|
provider = "deepseek",
|
||||||
ollama = {
|
ollama = {
|
||||||
model = "codellama",
|
model = "codellama",
|
||||||
endpoint = "http://127.0.0.1:11434",
|
endpoint = "http://127.0.0.1:11434",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user