Fix OpenAI-compatible setting description (#49846)

Marek Vrbka created

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.

Change summary

crates/settings_ui/src/pages/edit_prediction_provider_setup.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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