This is forked from langchainjs. Backend
ChadGPT UI is the frontend code for the ETH Tokyo 2023 Hackathon ChadGPT project.
Thank you to Filecoin FVM for awarding us with a prize!
This repo uses Turbo
which is a monorepo package manager. This means we have multiple "workspaces" in a single repo.
Clone the repository.
Install langchain
yarn add langchain
We will use the workspace test-exports-vercel
package.json
scripts have been updated to only run the workspace we want.
If there's no .env
file:
touch .env
Assign an OpenAI API key to the env var NEXT_PUBLIC_OPENAI_API_KEY
We list all necessary env vars we have to set for this project in .env.example
. DON'T SET THE API KEY in .env.example
! Set it in .env
.
yarn build
yarn dev
Starts the server on http://localhost:3000
- Kevin Park @kevin-fruitful
- Ariel Chen @Arielpopcorn
- Caitlin Zhang @caitlinthebest
- Tesa Ho @tesaho
- Tim Cox @timncox
- The ETH Tokyo Hackathon organizers and sponsors for providing the opportunity to build this project.
- The amazing mentors and fellow participants at ETH Tokyo for their support and collaboration. -- Special shoutout to Cole Perkins -- Special shoutout to Jeff Lau @jefflau
- Everyone who has contributed to the open-source tools and libraries used in this project.