Skip to content

ruiokazaki-archive/gpt-naming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-naming

Have them name their programming using GPT-3.

demo

get ApiKey

Account API Keys - OpenAI API

install

homebrew

brew tap ruiokazaki/gpt-naming
brew install gpt-naming

linux

git clone https://github.com/RuiOkazaki/gpt-naming.git
cd gpt-naming
make build-linux

how to use

naming
? Choose a type:  [Use arrows to move, type to filter]
  enum
  event
  exception
> function
  interface
  method
  namespace
? Enter an overview: Describe the process in detail
# Output
1. naming: reason.

uninstall

homebrew

brew untap ruiokazaki/gpt-naming
brew uninstall gpt-naming

linux

rm -rf ~/.config/gpt-naming/
rm ~/bin/naming