Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Nov 27, 2023
1 parent ae36b0b commit 5bd3487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Secrets() {

<div className={classes.apiContainer}>
{llmProviderKeys.map(({title, key}: LlmProvider, i: number) => (
<div>
<div key={i}>
<Space direction="horizontal" key={i}>
<Input.Password
data-cy="openai-api-input"
Expand Down

0 comments on commit 5bd3487

Please sign in to comment.