- Have Python 3.6 or later installed
pip install -r requirements.txt
export OPENAI_API_KEY=<key>
and generate your openai key at hereexport SERPAPI_API_KEY=<key>
and generate your own key at here
python src/main.py local
python src/main.py server
python src/main.py --help