integrate ai gateway and improve ui components (#1145)
This commit is contained in:
parent
7315ced92f
commit
dff2191611
29 changed files with 235 additions and 217 deletions
|
|
@ -4,8 +4,10 @@ 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=****
|
||||
# AI Gateway API Key (required for non-Vercel deployments)
|
||||
# For Vercel deployments, OIDC tokens are used automatically
|
||||
AI_GATEWAY_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