Releases: schneiderfelipe/cligpt
v0.3.0
🗨️ cligpt
now manages chat! Context is saved between runs, and you can see the current session with cligpt show
.
Breaking changes
- Positional arguments as context have been removed. Please use standard input from now on.
What's Changed
- No empty or all-whitespace strings by @schneiderfelipe in #12
- Single chat management by @schneiderfelipe in #13
- Improve README.md by @schneiderfelipe in #14 and #19
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Version v0.2.0 of cligpt
🎂, a command-line interface for interacting with the ChatGPT API from OpenAI.
This version improves error handling, provides support for positional arguments as context , together with standard input, to be sent to ChatGPT, and makes it possible to choose models (cligpt
supports GPT-4!) and sampling temperature with simple command-line options.
Install with cargo install cligpt
and don't forget to cligpt --help
!.
What's Changed
- Accept context as positional parameters and also from the standard input by @schneiderfelipe in #3
- Create .github/FUNDING.yml by @schneiderfelipe in #4
- Improve error handling by @schneiderfelipe in #6
- Make options more flexible by @schneiderfelipe in #8
- Properly lock stdout and stdin by @schneiderfelipe in #9
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release of cligpt 🎈
cligpt
is a command-line interface for interacting with the ChatGPT
API from OpenAI
. With cligpt
, you can quickly and easily generate text by sending prompts to ChatGPT
from your terminal. Simply provide your OpenAI
API key and the message you want to generate, and cligpt
will handle the rest.
This application started as a joke, namely, whether ChatGPT could help create an interface for itself, for the command-line. I described the process so far in a series of tweets.
Full Changelog: https://github.com/schneiderfelipe/cligpt/commits/v0.1.0