Skip to content

ramazanix/gpt-in-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

gpt-in-terminal


Installation on Linux

git clone https://github.com/ramazanix/gpt-in-terminal.git && \
cd gpt-in-terminal && \
./install.sh

Usage

gpt "2+2=?"

Uninstall

rm ~/.chat_gpt.py && \
python3 -m pip uninstall -y g4f && \
unalias gpt

And remove alias from your ~/.(bash|zsh)rc file on the last line

About

Simple integration of gpt-3.5 in your terminal

Resources

Stars

Watchers

Forks