Console-GPT is a terminal-based chatbot powered by the gpt-3.5-turbo
model from OpenAI. The bot is designed to respond to natural language input and provide helpful responses to a variety of questions and queries.
To install and run Console-GPT, follow these steps:
- Clone the repository to your local machine.
- Navigate to the
console-gpt
directory in the terminal. - Obtain an OpenAI API key by following the instructions in this article and export it as an environment variable.
- Install the required dependencies by running
pip install -r requirements.txt
in the terminal. - Start the bot by running
python main.py
.
Note that the requirements.txt
file contains a list of dependencies that the bot requires to run. Installing these dependencies ensures that the bot will run smoothly and without errors.
To use Console-GPT, simply enter a question or query into the terminal and press enter. The bot will use its natural language processing capabilities to generate a response based on the input. You can ask the bot a wide range of questions, from simple queries to more complex topics.
Console-GPT is licensed under the MIT License. See LICENSE
for more information.