humanloop / awesome-chatgpt

Curated list of awesome tools, demos, docs for ChatGPT and GPT-3
8.2k stars 523 forks source link

docs: add `chatgpt-cli` to CLI Tools section #90

Open efJerryYang opened 1 year ago

efJerryYang commented 1 year ago

This repo provides a list of the most frequently used commands to simulate the experience of using the official ChatGPT web client, including:

Support markdown rendering for both user and assistant's output.

Conversations are saved locally in JSON format, can be loaded or saved by using commands !load and !save.

Users will be prompted to configure their OpenAI API key when they run the program for the first time. They can also configure it manually and edit the config.yaml file. A template is provided in the repo.