Skip to content

Commit

Permalink
add 128k gpt-4 turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghgoodreau committed Nov 6, 2023
1 parent 6908617 commit 43214e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ export const REACT_FLOW_NODE_TYPES: Record<
LabelUpdater: LabelUpdaterNode,
};

export const SUPPORTED_MODELS = ["gpt-3.5-turbo", "gpt-4", "gpt-4-32k"];
export const SUPPORTED_MODELS = [
"gpt-3.5-turbo",
"gpt-4",
"gpt-4-32k",
"gpt-4-1106-preview",
];

export const DEFAULT_SETTINGS: Settings = {
temp: 1.2,
Expand Down

1 comment on commit 43214e7

@vercel
Copy link

@vercel vercel bot commented on 43214e7 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

flux-with-audio – ./

flux-with-audio-ghgoodreau.vercel.app
flux.iforgotyour.name
flux-with-audio-git-main-ghgoodreau.vercel.app

Please sign in to comment.