Files
oak-gpui/docs/src/ai/configuration.md
T
Katie Geer b75736568b docs: Reorganize introduction (#41387)
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
2025-10-28 17:39:40 -03:00

946 B

Configuration

When using AI in Zed, you can configure multiple dimensions:

  1. Which LLM providers you can use
  2. Model parameters and usage
  3. 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.