Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

3.1.0 - CLI Save and Load commands

Compare
Choose a tag to compare
@maxijonson maxijonson released this 07 Apr 19:35
· 114 commits to develop since this release

This release only changes the CLI. It adds the ability to save and load conversations, as requested by issue #3. To save your conversation, you'll need to specify it when launching the CLI:

# Generated timestamped name
gpt-turbo --save

# Custom name
gpt-turbo --save my-conversation

Then load it at a later time

gpt-tubo --load ./my-conversation.json