Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 376 Bytes

A mock website is at https://rachpradhan.com!

You need the following environmnent variables:

.env

GROQ_API_KEY= OPENAI_API_KEY= DATABASE_URL=

uncomment next line if you use Prisma <5.10

DATABASE_URL_UNPOOLED=

AUTH_SECRET= ANTHROPIC_API_KEY= GOOGLE_GENERATIVE_AI_API_KEY= ADMIN_USERNAME= ADMIN_PASSWORD=

For the anthropic hackathon, please use the anthropic branch!