Skip to main content

No project description provided

Project description

Simple-ChatGPT-CLI

I believe many others have implement more sophisticated ChatGPT CLI tool. But this is a super simple one without fancy features that I created with Python for my own use case. My motivation was that using OpenAI API could be much cheaper than subscribing ChatGPT Plus, and is claimed to be more privacy friendly by some legal experts.

I'm not planning adding fancy features unless I start to feel some feature would be a big plus to my productivity in my own use case. But everyone are welcomed to use this basic version or fork it to add their own features.

Installation

pip install simple-chatgpt-cli

Usage

You can run the program with

chatgpt

You must either set/save the key following the CLI prompts (recommended) or set an environment variable OPENAI_API_KEY.

screenshot

Tips

Use #startover to start a new conversation whenever you switch to a new topic and the bot doesn't need previous context anymore. This helps reduce your OpenAI bill.

The program will remind you this if you come back to an idle conversation after more than 5 minutes.

Development

This project was initialized by my Python project boilerplate. So you will need all the prerequisites of that project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple_chatgpt_cli-0.1.5.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

simple_chatgpt_cli-0.1.5-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page