feat: use xai image model and update deploy link (#882)
This commit is contained in:
parent
7811c0f7fb
commit
235b0edb91
7 changed files with 71 additions and 127 deletions
15
.env.example
15
.env.example
|
|
@ -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=****
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue