GPT-8Ball is a Python command-line application that provides responses to user prompts using OpenAI's GPT language model. The application utilizes a conversation history to provide context to the responses, making it feel like the user is having a conversation with an intelligent agent.
- Clone the repository.
- Install the required dependencies with
pip install -r requirements.txt
. - Copy
.env.example
to.env
and put in the file your OpenAI API key.
To start GPT 8ball, run the following command in the terminal: python main.py
After starting, the tool will prompt you to ask a question. Type in your question and press enter. GPT will generate a response and display it in the terminal. You can continue asking questions until you exit the tool by pressing Ctrl+C
Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue on GitHub.
GPT 8ball is licensed under the MIT License.