From 1b91989c8480e65d9c515c7aed8ff8850584af98 Mon Sep 17 00:00:00 2001 From: Marek Vrbka Date: Mon, 23 Feb 2026 15:52:41 +0100 Subject: [PATCH] Fix OpenAI-compatible setting description (#49846) While testing the OpenAI compatible endpoint, it didn't work, so after a bit of digging I found out it actually expects the completions endpoint instead. So I changed the description accordingly. Maybe this is a bug in the implementation instead and the description should be correct. --- crates/settings_ui/src/pages/edit_prediction_provider_setup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/settings_ui/src/pages/edit_prediction_provider_setup.rs b/crates/settings_ui/src/pages/edit_prediction_provider_setup.rs index 7c88169d4bb640e66c6bacaac13423a9663230a8..338fe4de14f1f7e9060fafe865253f09f0bdc481 100644 --- a/crates/settings_ui/src/pages/edit_prediction_provider_setup.rs +++ b/crates/settings_ui/src/pages/edit_prediction_provider_setup.rs @@ -516,7 +516,7 @@ fn open_ai_compatible_settings() -> Box<[SettingsPageItem]> { Box::new([ SettingsPageItem::SettingItem(SettingItem { title: "API URL", - description: "The base URL of your OpenAI-compatible server.", + description: "The URL of your OpenAI-compatible server's completions API.", field: Box::new(SettingField { pick: |settings| { settings