Skip to content

Releases: schneiderfelipe/cligpt

v0.3.0

04 Apr 19:18
Compare
Choose a tag to compare

🗨️ cligpt now manages chat! Context is saved between runs, and you can see the current session with cligpt show.

cligpt recording

Breaking changes

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Mar 19:14
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Mar 18:27
Compare
Choose a tag to compare

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