Skip to content

Commit

Permalink
wording updates
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 30, 2023
1 parent 899da7d commit 30c704b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const DirectoryPicker: React.FC<Props> = ({ onDirectorySelected }) => {
placeholder="LLM Model Name"
/>
<p className="mt-2 text-xs text-gray-100">
*Models are currently hardcoded (custom models are coming soon).
*Models are currently pre-set (custom models are coming soon).
</p>
<h4 className="font-semibold mb-2 text-white">Open AI Key</h4>
<input
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const SettingsModal: React.FC<ModalProps> = ({ isOpen, onClose }) => {
Save
</Button>
<p className="text-xs text-white">
*Models are currently hardcoded. Custom models are coming very soon :)
*Models are currently pre-set. Custom models are coming very soon :)
</p>
</div>
</Modal>
Expand Down

0 comments on commit 30c704b

Please sign in to comment.