Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1000z authored Sep 9, 2023
1 parent d3f1b2d commit 190b3a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default function Page() {
handleSubmit(e);
};

const body = await req.json() console.log(body)
const lastMessage = messages[body.messages.length - 1];
const generatedBios = lastMessage?.role === "assistant" ? lastMessage.content : null;

Expand Down

0 comments on commit 190b3a1

Please sign in to comment.