Skip to content

Commit

Permalink
model updates 6-nov
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkSchlossmacher committed Nov 6, 2023
1 parent 6579ad2 commit f71ba87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ Current time: {{time}}`;
export const SUMMARIZE_MODEL = "gpt-3.5-turbo-16k";

export const DEFAULT_MODELS = [
{
name: "gpt-4-1106-preview",
available: true,
},
{
name: "gpt-4-vision-preview",
available: true,
},
{
name: "gpt-3.5-turbo-1106",
available: true,
},
{
name: "gpt-4",
available: true,
Expand Down

0 comments on commit f71ba87

Please sign in to comment.