agent: Update link to OpenAI compatible docs (#35620)
Release Notes: - N/A
This commit is contained in:
parent
919b888387
commit
497252480c
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ impl Render for ConfigurationView {
|
||||||
.icon_size(IconSize::XSmall)
|
.icon_size(IconSize::XSmall)
|
||||||
.icon_color(Color::Muted)
|
.icon_color(Color::Muted)
|
||||||
.on_click(move |_, _window, cx| {
|
.on_click(move |_, _window, cx| {
|
||||||
cx.open_url("https://zed.dev/docs/ai/configuration#openai-api-compatible")
|
cx.open_url("https://zed.dev/docs/ai/llm-providers#openai-api-compatible")
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue