parent
1fcd2647ed
commit
858d61a65e
3 changed files with 4 additions and 4 deletions
|
@ -25,8 +25,8 @@ enable = false
|
||||||
"/assistant.html" = "/docs/assistant/assistant.html"
|
"/assistant.html" = "/docs/assistant/assistant.html"
|
||||||
"/developing-zed.html" = "/docs/development.html"
|
"/developing-zed.html" = "/docs/development.html"
|
||||||
"/conversations.html" = "/community-links"
|
"/conversations.html" = "/community-links"
|
||||||
"/assistant/assistant.html" = "/docs/ai/ai.html"
|
"/assistant/assistant.html" = "/docs/ai/overview.html"
|
||||||
"/assistant/configuration.html" = "/docs/ai/configuration.html"
|
"/assistant/configuration.html" = "/docs/ai/custom-api-keys.html"
|
||||||
"/assistant/assistant-panel.html" = "/docs/ai/agent-panel.html"
|
"/assistant/assistant-panel.html" = "/docs/ai/agent-panel.html"
|
||||||
"/assistant/contexts.html" = "/docs/ai/text-threads.html"
|
"/assistant/contexts.html" = "/docs/ai/text-threads.html"
|
||||||
"/assistant/inline-assistant.html" = "/docs/ai/inline-assistant.html"
|
"/assistant/inline-assistant.html" = "/docs/ai/inline-assistant.html"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Signing in to Zed is not a requirement. You can use most features you'd expect i
|
||||||
## What Features Require Signing In?
|
## What Features Require Signing In?
|
||||||
|
|
||||||
1. All real-time [collaboration features](./collaboration.md).
|
1. All real-time [collaboration features](./collaboration.md).
|
||||||
2. [LLM-powered features](./ai/ai.md), if you are using Zed as the provider of your LLM models. Alternatively, you can [bring and configure your own API keys](./ai/configuration.md) if you'd prefer, and avoid having to sign in.
|
2. [LLM-powered features](./ai/overview.md), if you are using Zed as the provider of your LLM models. Alternatively, you can [bring and configure your own API keys](./ai/configuration.md) if you'd prefer, and avoid having to sign in.
|
||||||
|
|
||||||
## Signing In
|
## Signing In
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ In there, you can use the "Uncommit" button, which performs the `git reset HEAD
|
||||||
Zed currently supports LLM-powered commit message generation.
|
Zed currently supports LLM-powered commit message generation.
|
||||||
You can ask AI to generate a commit message by focusing on the message editor within the Git Panel and either clicking on the pencil icon in the bottom left, or reaching for the {#action git::GenerateCommitMessage} ({#kb git::GenerateCommitMessage}) keybinding.
|
You can ask AI to generate a commit message by focusing on the message editor within the Git Panel and either clicking on the pencil icon in the bottom left, or reaching for the {#action git::GenerateCommitMessage} ({#kb git::GenerateCommitMessage}) keybinding.
|
||||||
|
|
||||||
> Note that you need to have an LLM provider configured. Visit [the Assistant configuration page](./ai/configuration.md) to learn how to do so.
|
> Note that you need to have an LLM provider configured. Visit [the Assistant configuration page](./ai/custom-api-keys.md) to learn how to do so.
|
||||||
|
|
||||||
<!-- Add media -->
|
<!-- Add media -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue