Skip to content

Commit

Permalink
fix: remove functions
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Oct 11, 2023
1 parent 98fdff5 commit dbada71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export async function POST(req: Request) {
allDataAppends.push(appendData);

return openai.chat.completions.create({
functions,
messages: [...messages, ...newMessages],
model: "gpt-3.5-turbo-0613",
stream: true,
Expand Down

1 comment on commit dbada71

@vercel
Copy link

@vercel vercel bot commented on dbada71 Oct 11, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.