Skip to content

Commit

Permalink
add turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed May 20, 2024
1 parent a7413c1 commit 59de426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export async function POST(req: Request) {
});
}

model = 'gpt-4-1106-preview'
model = 'gpt-4-turbo'
}

const openai = new OpenAI(configuration)
Expand Down

0 comments on commit 59de426

Please sign in to comment.