refactor: add default ollama provider config and set it to codellama

This commit is contained in:
Dinesh Salunke 2025-04-15 10:00:43 +05:30
parent 9894ebf47f
commit 95f58f6e65

View File

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