rebuilding nix files

This commit is contained in:
2026-02-28 11:20:05 +01:00
parent 9632c35035
commit b0d5b4a1f3
2 changed files with 315 additions and 316 deletions
+306 -306
View File
File diff suppressed because it is too large Load Diff
+9 -10
View File
@@ -1,11 +1,10 @@
{ {
"mistral": { "mistral": {
"apiKey": "$MISTRAL_API_KEY", # Uses the environment variable set above "apiKey": "",
"defaultModel": "mistral-pro" # Default model for Mistral API calls "defaultModel": "mistral-pro"
}, },
"ollama": { "ollama": {
"endpoint": "$OLLAMA_HOST", # Connects to local Ollama instance "endpoint": "",
"defaultModel": "codellama:70b" # Default model for Ollama plugin "defaultModel": "codellama:70b"
},
# Add other ZED plugin configurations here if needed
} }
}