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": {
"apiKey": "$MISTRAL_API_KEY", # Uses the environment variable set above
"defaultModel": "mistral-pro" # Default model for Mistral API calls
},
"ollama": {
"endpoint": "$OLLAMA_HOST", # Connects to local Ollama instance
"defaultModel": "codellama:70b" # Default model for Ollama plugin
},
# Add other ZED plugin configurations here if needed
{
"mistral": {
"apiKey": "",
"defaultModel": "mistral-pro"
},
"ollama": {
"endpoint": "",
"defaultModel": "codellama:70b"
}
}