Skip to content

Commit

Permalink
removed edge function, trying to fix vercel error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Jun 1, 2024
1 parent dcdc975 commit 0b532c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/api/getAnswer/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {
TogetherAIStreamPayload,
} from "@/utils/TogetherAIStream";

export const runtime = "edge";

export async function POST(request: Request) {
let { question, sources } = await request.json();

Expand Down

0 comments on commit 0b532c8

Please sign in to comment.