Skip to content

a cli that recreates webgpt through multi shot prompting

License

Notifications You must be signed in to change notification settings

mukulpatnaik/webgpt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webgpt-cli

A cli that recreates webgpt through multi shot prompting. Uses beautifulsoup, serpapi, and gpt-3.

Installation

git clone https://github.com/mukulpatnaik/webgpt-cli.git
cd webgpt-cli
pip install -r requirements.txt

Usage

python webgpt.py "your query"

To use as a single command add this alias in your .bashrc or .zshrc

alias webgpt="python /path/to/webgpt.py"

and then call it like this

webgpt "your query"

To call the plain gpt-3 api from the command line add this alias in your .bashrc or .zshrc

alias gpt="python /path/to/gpt3.py"

and then call it like this

gpt "your query"

Example Screenshot

Example Screenshot

About

a cli that recreates webgpt through multi shot prompting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages