Skip to content

Commit 7020e5b

Browse files
fix model tags not refreshing
1 parent 7c8eb67 commit 7020e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/api/tags/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const dynamic = "force-dynamic";
2+
export const revalidate = 0;
23

34
export async function GET(req: Request) {
45
const OLLAMA_URL = process.env.NEXT_PUBLIC_OLLAMA_URL || "http://localhost:11434";

0 commit comments

Comments
 (0)