Skip to content

Commit da46718

Browse files
committed
refactor: update placeholder
1 parent b125511 commit da46718

File tree

1 file changed

+3
-1
lines changed
  • webview-ui/src/components/settings/providers

1 file changed

+3
-1
lines changed

webview-ui/src/components/settings/providers/Nebius.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ export const Nebius = ({ apiConfiguration, setApiConfigurationField, routerModel
3333
<VSCodeTextField
3434
value={apiConfiguration?.nebiusBaseUrl || "http://localhost:4000"}
3535
onInput={handleInputChange("nebiusBaseUrl")}
36-
placeholder="http://localhost:4000"
36+
value={apiConfiguration?.nebiusBaseUrl || "https://api.studio.nebius.ai/v1"}
37+
onInput={handleInputChange("nebiusBaseUrl")}
38+
placeholder="https://api.studio.nebius.ai/v1"
3739
className="w-full">
3840
<label className="block font-medium mb-1">{t("settings:providers.nebiusBaseUrl")}</label>
3941
</VSCodeTextField>

0 commit comments

Comments
 (0)