Skip to content

cvincentcoleman/mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Add your open ai api key to your .env like so

OPENAI_API_KEY=my-open-ai-key

You'll need to install the following packages

openai dotenv

Once you've done that add this to your .zshrc

function mastermind() {
  source {INSERT_PATH_TO_DIRECTORY}/.venv/bin/activate
  mastermind.py
  deactivate
}

then make it callable by running chmod +x mastermind.py

then add to source path export PATH=$PATH:$HOME/Documents/GitHub/mastermind in .zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published