Skip to content

Commit

Permalink
feat: gpt-4o as new default model
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 authored May 13, 2024
1 parent b99eb74 commit f4eda81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const DEFAULT_SETTINGS: Settings = {
temp: 1,
n: 3,
autoZoom: true,
model: "gpt-4-turbo",
model: "gpt-4o",
defaultPreamble: `You are a helpful assistant.`,
};

Expand Down

0 comments on commit f4eda81

Please sign in to comment.