Adapted ZED settings.conf

This commit is contained in:
2026-02-28 11:58:16 +01:00
parent f079f625b9
commit 1741cc2c91
+9 -6
View File
@@ -1,10 +1,13 @@
{ {
"mistral": { "language_models": {
"apiKey": "",
"defaultModel": "mistral-pro"
},
"ollama": { "ollama": {
"endpoint": "", "api_url": "http://127.0.0.1:11434"
"defaultModel": "codellama:70b"
} }
},
"agent": {
"default_model": {
"provider": "ollama",
"model": "codellama:70b"
}
}
} }