Skip to content

FactorizationAlgebra/CommandLineGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md for OpenAI.NET, a Minimalist Access to OpenAI

Overview

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 push

Follow 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

Prerequisites

  • An OpenAI API key. Load the key in an environmental variable called OPENAI_API_KEY.

Installation

Simply clone or download the repository to your local machine. Execute the script.

File Structure

  • helper.py: The main Python file that executes the helper.
  • MyChatGPT.py: A windowed version. (Bug in file drag & drop)

License

This project is open-sourced and available under CC-BY-SA.

Contact

For any queries or suggestions, please contact biomathematicus (Google it) or raise an issue against the repository.

About

Command Line GPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%