feat: fallback to normal stream if cannot resume stream (#980)
This commit is contained in:
parent
e529d99974
commit
7402af0a64
3 changed files with 47 additions and 9 deletions
|
|
@ -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=****
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue