diff --git a/frontend/src/components/SettingsDialog.tsx b/frontend/src/components/SettingsDialog.tsx index fc2ac03..d0d0a54 100644 --- a/frontend/src/components/SettingsDialog.tsx +++ b/frontend/src/components/SettingsDialog.tsx @@ -109,24 +109,28 @@ function SettingsDialog({ settings, setSettings }: Props) { } /> - + {!IS_RUNNING_ON_CLOUD && ( + <> + - - setSettings((s) => ({ - ...s, - openAiBaseURL: e.target.value, - })) - } - /> + + setSettings((s) => ({ + ...s, + openAiBaseURL: e.target.value, + })) + } + /> + + )}