Comment on Show HN: Create books on any topic with ChatGPTparentComments−mpolanco3yThanks a lot! I just forked books-by-ai, and added a new project in Vercel. The only thing I added was my openai api key, in the enviroment.−timzOP3yPostgres storage must be added to vercel, it will define POSTGRES_PRISMA_URL env variable, which must be added to local .env file, to run locally.You also need to define OPENAI_API_KEY env variable.Will add instructions in the github README.
Comments
Thanks a lot! I just forked books-by-ai, and added a new project in Vercel. The only thing I added was my openai api key, in the enviroment.
Postgres storage must be added to vercel, it will define POSTGRES_PRISMA_URL env variable, which must be added to local .env file, to run locally.
You also need to define OPENAI_API_KEY env variable.
Will add instructions in the github README.