We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698a9b5 commit 9642936Copy full SHA for 9642936
src/lib/providers/vercel/index.ts
@@ -110,7 +110,7 @@ export async function shouldRouteToVercel(
110
const vercelModels = await getVercelModels();
111
const vercelModelId = mapModelIdToVercel(requestedModel);
112
if (!vercelModels.includes(vercelModelId)) {
113
- console.debug(`[shouldRouteToVercel] model ${vercelModelId} not found in Vercel model list`);
+ console.debug(`[shouldRouteToVercel] model not found in Vercel model list`);
114
return false;
115
}
116
0 commit comments