diff --git a/.env.example b/.env.example index 2a67615..3785d9a 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,7 @@ HUGGINGFACEHUB_API_TOKEN=hf_ +OPENAI_API_KEY=sk- + +# Stripe +NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY= +STRIPE_SECRET_KEY= +STRIPE_WEBHOOK_SECRET= \ No newline at end of file diff --git a/vercel.json b/vercel.json index 9e26dfe..cace29b 100644 --- a/vercel.json +++ b/vercel.json @@ -1 +1,5 @@ -{} \ No newline at end of file +{ + "github": { + "silent": true + } +} \ No newline at end of file