Refactor to use hooks (#436)
This commit is contained in:
parent
124efca9a1
commit
cb60f8b143
139 changed files with 8871 additions and 8726 deletions
22
.env.example
22
.env.example
|
|
@ -1,12 +1,16 @@
|
|||
# You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview
|
||||
# Then get your OpenAI API Key here: https://platform.openai.com/account/api-keys
|
||||
OPENAI_API_KEY=XXXXXXXX
|
||||
# Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
|
||||
OPENAI_API_KEY=****
|
||||
|
||||
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
||||
AUTH_SECRET=XXXXXXXX
|
||||
AUTH_SECRET=****
|
||||
|
||||
# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
|
||||
KV_URL=XXXXXXXX
|
||||
KV_REST_API_URL=XXXXXXXX
|
||||
KV_REST_API_TOKEN=XXXXXXXX
|
||||
KV_REST_API_READ_ONLY_TOKEN=XXXXXXXX
|
||||
/*
|
||||
* The following keys below are automatically created and
|
||||
* added to your environment when you deploy on vercel
|
||||
*/
|
||||
|
||||
# Instructions to create kv database 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
|
||||
POSTGRES_URL=****
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue