An open API service indexing awesome lists of open source software.

https://github.com/gusanmaz/console-gpt

Console-GPT is a terminal-based chatbot powered by OpenAI's GPT model, providing natural language responses to questions and queries in a few simple steps.
https://github.com/gusanmaz/console-gpt

chat-gpt chatbot cli gpt-35-turbo terminal

Last synced: 2 months ago
JSON representation

Console-GPT is a terminal-based chatbot powered by OpenAI's GPT model, providing natural language responses to questions and queries in a few simple steps.

Awesome Lists containing this project

README

          

# Console-GPT

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.

## Installation

To install and run Console-GPT, follow these steps:

1. Clone the repository to your local machine.
2. Navigate to the `console-gpt` directory in the terminal.
3. Obtain an OpenAI API key by following the instructions in [this article](https://www.haihai.ai/chatgpt-api/) and export it as an environment variable.
4. Install the required dependencies by running `pip install -r requirements.txt` in the terminal.
5. 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.

## Usage

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.

## License

Console-GPT is licensed under the MIT License. See `LICENSE` for more information.