Skip to content

Commit

Permalink
add gpt 4o
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Jun 4, 2024
1 parent 15aa9ba commit 92356a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/settings/summary-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const OpenAiSettings: FC = () => {
field="llm.providerConfig.openai.chatModel.model"
form={form}
values={[
"gpt-4o",
"gpt-4-turbo",
"gpt-4-turbo-2024-04-09",
"gpt-4-turbo-preview",
"gpt-4-0125-preview",
"gpt-4-1106-preview",
Expand Down

0 comments on commit 92356a4

Please sign in to comment.