Skip to content

Commit

Permalink
remove route caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush-Agnihotri committed Dec 20, 2024
1 parent 47ed179 commit 7dc68a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/models/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { NextRequest, NextResponse } from 'next/server';
import { cloneRequest, createClonedRequest } from '@/app/utils/requestUtils';

export const dynamic = "force-dynamic";

// export async function POST(request: NextRequest) {
// const url: string = `/api/chat`;
// const clonedResponse: NextResponse = await cloneRequest(request, url);
Expand Down

0 comments on commit 7dc68a9

Please sign in to comment.