12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
{
|
|
"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
|
|
}
|