Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
zahidalidev committed Dec 16, 2024
1 parent 2d1a225 commit f0512f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const langbase = new Langbase({
});

export async function POST(req: NextRequest) {
console.log('request herere')
const options = await req.json();
const { stream, threadId } = await langbase.pipe.run({
...options,
Expand Down

0 comments on commit f0512f9

Please sign in to comment.