Skip to content

Commit b125511

Browse files
arafatkatzeellipsis-dev[bot]
authored andcommitted
Update webview-ui/src/components/settings/providers/Nebius.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent fd2b43f commit b125511

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Nebius = ({ apiConfiguration, setApiConfigurationField, routerModel
3939
</VSCodeTextField>
4040

4141
<VSCodeTextField
42-
value={apiConfiguration?.litellmApiKey || ""}
42+
value={apiConfiguration?.nebiusApiKey || ""}
4343
type="password"
4444
onInput={handleInputChange("nebiusApiKey")}
4545
placeholder={t("settings:placeholders.apiKey")}

0 commit comments

Comments
 (0)