feat: use xai image model and update deploy link (#882)

This commit is contained in:
Jeremy 2025-03-21 21:18:56 -07:00 committed by GitHub
parent 7811c0f7fb
commit 235b0edb91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 71 additions and 127 deletions

View file

@ -1,18 +1,15 @@
# Get your xAI API Key here for chat models: https://console.x.ai/
XAI_API_KEY=****
# Get your Groq API Key here for reasoning models: https://console.groq.com/keys
GROQ_API_KEY=****
# Get your Fal AI API Key here for image models: https://docs.fal.ai/authentication/key-based
FAL_API_KEY=****
# 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
# Get your xAI API Key here for chat and image models: https://console.x.ai/
XAI_API_KEY=****
# Get your Groq API Key here for reasoning models: https://console.groq.com/keys
GROQ_API_KEY=****
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
BLOB_READ_WRITE_TOKEN=****