We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c8eb67 + 7020e5b commit 72af508Copy full SHA for 72af508
src/app/api/tags/route.ts
@@ -1,4 +1,5 @@
1
export const dynamic = "force-dynamic";
2
+export const revalidate = 0;
3
4
export async function GET(req: Request) {
5
const OLLAMA_URL = process.env.NEXT_PUBLIC_OLLAMA_URL || "http://localhost:11434";
0 commit comments