feat: fallback to normal stream if cannot resume stream (#980)

This commit is contained in:
Jeremy 2025-05-03 00:32:46 -07:00 committed by GitHub
parent e529d99974
commit 7402af0a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 47 additions and 9 deletions

View file

@ -10,5 +10,10 @@ XAI_API_KEY=****
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
BLOB_READ_WRITE_TOKEN=****
# Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
# Instructions to create a PostgreSQL database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
POSTGRES_URL=****
# Instructions to create a Redis store here:
# https://vercel.com/docs/redis
REDIS_URL=****