Skip to content

Commit

Permalink
Update copy to only support GPT-4o, not gpt-3 anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Jul 21, 2024
1 parent 41527f4 commit a7940e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
Original file line number Diff line number Diff line change
Expand Up @@ -2166,13 +2166,13 @@ export class AnnotationsSidebar extends React.Component<
hideDescriptionInPreview
menuItems={[
{
id: 'gpt-3',
name: 'GPT 3.5',
id: 'gpt-4o-mini',
name: 'GPT-4o Mini',
info: 'Faster & good for summarization',
},
{
id: 'gpt-4',
name: 'GPT 4',
id: 'gpt-4o',
name: 'GPT-4o',
isDisabled: this.props.hasKey
? false
: true,
Expand Down

0 comments on commit a7940e1

Please sign in to comment.