BaksiLi / cliai

A CLI for OpenAI ChatGPT using the API.
GNU General Public License v3.0
13 stars 2 forks source link

Save conversation and preset functions #3

Open BaksiLi opened 1 year ago

BaksiLi commented 1 year ago
cliai chat --preset <preset-name>
LumenYoung commented 1 year ago

Hi BaksiLi, I've created a PR for implementing preset handling here #4. Discussions are welcomed.

BaksiLi commented 1 year ago

Hi BaksiLi, I've created a PR for implementing preset handling here #4. Discussions are welcomed.

I merged your branch to branch dev. It will be merged to main in the upcoming version soon.

Thanks!