A cli that recreates webgpt through multi shot prompting. Uses beautifulsoup, serpapi, and gpt-3.
git clone https://github.com/mukulpatnaik/webgpt-cli.git
cd webgpt-cli
pip install -r requirements.txt
python webgpt.py "your query"
alias webgpt="python /path/to/webgpt.py"
webgpt "your query"
alias gpt="python /path/to/gpt3.py"
gpt "your query"