Skip to content

Use GPT-3 to generate git commands from English-language descriptions of what you want to do.

Notifications You must be signed in to change notification settings

ryanmark1867/git_assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use OpenAI's GPT-3 to generate git commands from English statements

See Replacing my git cheat sheet with GPT-3 for background on the code in this repo.

Files

  • git_assistant.py - main Python module
  • git_assistant_config.yml - config file. NOTE for the code to work, you need to set the value of gpt_key in this file to set your own SECRET key from https://beta.openai.com/developer-quickstart
  • git.py - required GPT-3 classes

About

Use GPT-3 to generate git commands from English-language descriptions of what you want to do.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages