You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -236,7 +236,7 @@ export async function POST(request: Request) {
236
236
if(
237
237
errorinstanceofError&&
238
238
error.message?.includes(
239
-
"AI Gateway requires a valid credit card on file to service requests",
239
+
"AI Gateway requires a valid credit card on file to service requests"
240
240
)
241
241
){
242
242
return"AI Gateway requires a valid credit card on file to service requests. Please visit https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dadd-credit-card to add a card and unlock your free credits.";
0 commit comments