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.
- Host: GitHub
- URL: https://github.com/gusanmaz/console-gpt
- Owner: gusanmaz
- Created: 2023-03-02T10:04:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T10:04:30.000Z (over 3 years ago)
- Last Synced: 2026-01-02T21:19:03.891Z (6 months ago)
- Topics: chat-gpt, chatbot, cli, gpt-35-turbo, terminal
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.