Release Notes: - Remove Windows/Linux from Getting Started - Consolidate download & system into new Installation page - Move Remote Dev out of Windows and into Remote Development - Add Uninstall page - Add updates page - Remove addl learning materials from intro
946 B
946 B
Configuration
When using AI in Zed, you can configure multiple dimensions:
- Which LLM providers you can use
- Zed's hosted models, which require authentication and subscription
- Using your own API keys, which do not
- Using external agents like Claude Code, which do not
- Model parameters and usage
- Interactions with the Agent Panel
Turning AI Off Entirely
We want to respect users who want to use Zed without interacting with AI whatsoever.
To do that, add the following key to your settings.json:
{
"disable_ai": true
}
Read the following blog post to learn more about our motivation to promote this, as much as we also encourage users to explore AI-assisted programming.