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.txtpython webgpt.py "your query"alias webgpt="python /path/to/webgpt.py"webgpt "your query"alias gpt="python /path/to/gpt3.py"gpt "your query"