Update common.ts

This commit is contained in:
Richard C Lim
2025-02-02 03:43:27 -05:00
committed by GitHub
parent 7594379e54
commit 342f7b17c1

View File

@@ -89,7 +89,7 @@ const isAzure = req.nextUrl.pathname.includes("azure/deployments") || Boolean(se
}
}
const fetchUrl = cloudflareAIGatewayUrl(`${baseUrl}/${path}`);
const fetchUrl = cloudflareAIGatewayUrl(`${baseUrl}`);
console.log("fetchUrl", fetchUrl);
const fetchOptions: RequestInit = {
headers: {