Skip to content

Commit a7940e1

Browse files
Update copy to only support GPT-4o, not gpt-3 anymore.
1 parent 41527f4 commit a7940e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/sidebar/annotations-sidebar/components/AnnotationsSidebar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,13 +2166,13 @@ export class AnnotationsSidebar extends React.Component<
21662166
hideDescriptionInPreview
21672167
menuItems={[
21682168
{
2169-
id: 'gpt-3',
2170-
name: 'GPT 3.5',
2169+
id: 'gpt-4o-mini',
2170+
name: 'GPT-4o Mini',
21712171
info: 'Faster & good for summarization',
21722172
},
21732173
{
2174-
id: 'gpt-4',
2175-
name: 'GPT 4',
2174+
id: 'gpt-4o',
2175+
name: 'GPT-4o',
21762176
isDisabled: this.props.hasKey
21772177
? false
21782178
: true,

0 commit comments

Comments
 (0)