Skip to content

Commit

Permalink
feat: add the warning about store key.
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Jun 14, 2023
1 parent c723996 commit de4aebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Sidebar/KeySettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const KeySettings: FC<Props> = ({
<CardHeader>
<CardTitle>OpenAI</CardTitle>
<CardDescription className='pt-4'>
Make changes to your OpenAI Key here. Click save when you are done.
Make changes to your OpenAI Key here. Click save when you are done. We will not store your API Key.
</CardDescription>
</CardHeader>
<CardContent className="space-y-2">
Expand All @@ -102,7 +102,7 @@ export const KeySettings: FC<Props> = ({
<CardHeader>
<CardTitle>Azure OpenAI</CardTitle>
<CardDescription className='pt-4'>
Make changes to your Auzre OpenAI Configuration here. Click save when you are done.
Make changes to your Auzre OpenAI Configuration here. Click save when you are done. We will not store your API Key.
</CardDescription>
</CardHeader>
<CardContent className="space-y-2">
Expand Down

0 comments on commit de4aebf

Please sign in to comment.