refactor: switch the default provider to deepseek

This commit is contained in:
Dinesh Salunke 2025-04-15 10:01:03 +05:30
parent 95f58f6e65
commit 9cf2f4fc3e

View File

@ -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",