This project intends to provide a minimalist gateway for developers interested in a commadn-line solution to access OpenAI. The example provided is in Python. If you want another language, simply run the translation through any of the AI agents available.
Git protocol:
After you make your changes:
git pull
git add .
git commit -m "[description of the change]"
git pushFollow this protocol to make changes to the repository.
If you need to log into git, use:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"If you need to cancel a git add operation, use:
git reset If you need to force a retrieval of files on the server and ovewrite local changes, use:
git reset --hard HEAD- An OpenAI API key. Load the key in an environmental variable called OPENAI_API_KEY.
Simply clone or download the repository to your local machine. Execute the script.
helper.py: The main Python file that executes the helper.MyChatGPT.py: A windowed version. (Bug in file drag & drop)
This project is open-sourced and available under CC-BY-SA.
For any queries or suggestions, please contact biomathematicus (Google it) or raise an issue against the repository.