Skip to content

Commit

Permalink
feat: use gpt-4-turbo & a default temp of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 authored Apr 23, 2024
1 parent dc51d07 commit 193b862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export const REACT_FLOW_NODE_TYPES: Record<
};

export const DEFAULT_SETTINGS: Settings = {
temp: 1.2,
temp: 1,
n: 3,
autoZoom: true,
model: "gpt-4",
model: "gpt-4-turbo",
defaultPreamble: `You are a helpful assistant.`,
};

Expand Down

0 comments on commit 193b862

Please sign in to comment.