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": {
|
"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
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user