From c422bce21680afea3a4418525c7ac55c4d38a210 Mon Sep 17 00:00:00 2001 From: Musa Date: Thu, 8 Jan 2026 15:23:58 -0800 Subject: [PATCH] demo(vercel-ai-sdk): remove ai gateway) --- demos/use_cases/vercel-ai-sdk/.env.example | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/demos/use_cases/vercel-ai-sdk/.env.example b/demos/use_cases/vercel-ai-sdk/.env.example index 43d71d59..97d07a0a 100644 --- a/demos/use_cases/vercel-ai-sdk/.env.example +++ b/demos/use_cases/vercel-ai-sdk/.env.example @@ -1,23 +1,12 @@ # Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32` AUTH_SECRET=**** -# The following keys below are automatically created and -# added to your environment when you deploy on Vercel - -# Instructions to create an AI Gateway API key here: https://vercel.com/ai-gateway -# API key required for non-Vercel deployments -# For Vercel deployments, OIDC tokens are used automatically -# https://vercel.com/ai-gateway -AI_GATEWAY_API_KEY=**** - - # Instructions to create a Vercel Blob Store here: https://vercel.com/docs/vercel-blob BLOB_READ_WRITE_TOKEN=**** # Instructions to create a PostgreSQL database here: https://vercel.com/docs/postgres POSTGRES_URL=**** - # Instructions to create a Redis store here: # https://vercel.com/docs/redis REDIS_URL=****