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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: {