This project contains the source code for a Next.js web application and an assortment of Python scripts for analysis.
Before you start, make sure that you have a recent version of Node.js, Python, and an OpenAI API key.
To avoid potential errors with API access, store the API key in .env.local as OPENAI_API_KEY=<your key>, and for good measure, set the environment variable, too.
- Clone the repository:
git clone https://github.com/dchiueh/tipbot.git -b dev- Install Node.js dependencies:
cd tipbot
npm install- Install Python dependencies:
pip3 install -r requirements.txtRuns the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.