Skip to content

Commit

Permalink
[Web] Use actual placeholder for Base Url
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerlancism committed Mar 9, 2024
1 parent 70d1552 commit 3a2a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/TranslatorApplication.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export function TranslatorApplication() {
size='sm'
type="text"
label="OpenAI Base Url"
placeholder="Default"
placeholder="https://api.openai.com/v1"
autoComplete='on'
value={baseUrlValue ?? ""}
onValueChange={setBaseUrl}
Expand Down

0 comments on commit 3a2a13b

Please sign in to comment.