ChatGPT CLI is a user-friendly Python tool designed for effortless conversations with OpenAI's GPT models through the command line interface. With this tool, users can interact, prompt, and explore the capabilities of GPT-3.5 Turbo seamlessly.
The ChatGPT CLI is a purpose-built Python tool that acts as an intermediary between users and OpenAI's GPT models. Its primary function is to streamline and simplify interactions by leveraging the command line interface.
At its core, this tool serves as a direct gateway to the powerful GPT-3.5 Turbo model, allowing users to effortlessly engage in conversations with the AI. By integrating with the command line interface, it provides an intuitive and straightforward method for users to prompt the AI, receive responses, and explore the extensive capabilities of GPT-3.5 Turbo.
The goal is to create an environment where users can seamlessly interact with the AI model without the need for complex setups or intricate procedures. This accessibility enables users to delve into the world of AI-driven conversations, explore various prompts, and witness firsthand the sophistication and versatility of GPT-3.5 Turbo—all from the comfort of their command line
-
Clone the repository:
https://github.com/Sgvkamalakar/ChatGPT_CLI.git)https://github.com/Sgvkamalakar/ChatGPT_CLI.git
-
Navigate to the ChatGPT_CLI directory:
cd ChatGPT-CLI
-
Install the necessary dependencies:
pip install -r requirements.txt
-
Obtain your OpenAI API key from OpenAI
-
Update your API key in
config.py
-
To execute the Python code, run
python main.py
in your command line interface (CLI).
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
- OpenAI's GPT-3.5 Turbo: Explore the official information and capabilities of OpenAI's GPT-3.5 Turbo model.
- OpenAI API Documentation: Detailed documentation on OpenAI's API, providing insights into endpoints, usage, and integration methods.