rebuilding nix files
This commit is contained in:
+306
-306
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user