Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <cbh778899@outlook.com>
  • Loading branch information
cbh778899 committed Sep 24, 2024
1 parent ae2c7df commit ecda9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/OpenaiSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function OpenaiSettings({ trigger, enabled, updateEnabled }) {
}, [])

return (
<SettingSection title={'General Model Settings'}>
<SettingSection title={'OpenAI Settings'}>
<TrueFalseComponent
title={"Use OpenAI For Completion"}
value={enabled} cb={updateEnabled}
Expand Down

0 comments on commit ecda9f5

Please sign in to comment.