The promise of AI at your fingertips. Two flavors:
- gpt – for all of your question and generation needs
- gptcode – for all of your code explanation or generation needs
- Install requirements
pip3 install -r requirements.txt
- Add your OpenAI API Key
OPENAI_API_KEY
- Alias to your .zshrc (or equiv)
alias gpt='p3 ~/gpt.py'
alias gptcode='p3 ~/gptcode.py'