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": {
"apiKey": "",
"defaultModel": "mistral-pro"
},
"language_models": {
"ollama": {
"endpoint": "",
"defaultModel": "codellama:70b"
"api_url": "http://127.0.0.1:11434"
}
},
"agent": {
"default_model": {
"provider": "ollama",
"model": "codellama:70b"
}
}
}