Skip to content

Commit

Permalink
feat: change model on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
josepholiveira committed Mar 14, 2024
1 parent d585a97 commit 6a20bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/api/ai/generate/description/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function POST(request: Request) {
}

const response = await openai.createChatCompletion({
model: 'gpt-3.5-turbo-16k',
model: 'gpt-3.5-turbo-0125',
stream: true,
messages: [
{
Expand Down

0 comments on commit 6a20bc7

Please sign in to comment.