Skip to content

Commit 9642936

Browse files
committed
workaround farfetched security warning
1 parent 698a9b5 commit 9642936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/providers/vercel/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export async function shouldRouteToVercel(
110110
const vercelModels = await getVercelModels();
111111
const vercelModelId = mapModelIdToVercel(requestedModel);
112112
if (!vercelModels.includes(vercelModelId)) {
113-
console.debug(`[shouldRouteToVercel] model ${vercelModelId} not found in Vercel model list`);
113+
console.debug(`[shouldRouteToVercel] model not found in Vercel model list`);
114114
return false;
115115
}
116116

0 commit comments

Comments
 (0)