Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit d161806

Browse files
committed
API Key field is now a password input
1 parent 6a064c3 commit d161806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export default function IndexPage() {
282282
<h3 className="text-xl font-bold">Model</h3>
283283
<div className="flex items-center space-x-2">
284284
<p>Key</p>
285-
<Input id="pwr" />
285+
<Input type="password" id="pwr" />
286286
</div>
287287
<Select onValueChange={onModelChange} defaultValue="gpt-3.5-turbo">
288288
<SelectTrigger>

0 commit comments

Comments
 (0)