Awesome
<p align="center"> <img alt="Example usage" src="/media/demo.gif"> </p>Assistant CLI <!-- omit in toc -->
CLI tool for ChatGPT Service.
Intro
This is a Command line tools that permits people to integrate easily with the ChatGPT by OpenAI. The authentication is dynamically managed by the cli ✨
Install
npm install -g assistant-cli
Usage
Note Per the official OpenAI Discord on December 7th, 2022: The ChatGPT servers are currently experiencing "exceptionally high demand," so some requests may respond with HTTP 503 errors.
Check version:
assistant version
One spot question:
assistant Provide me a React snippet
Continuous conversation feature
You can open a chat typing:
assistant chat
<p align="center">
<img src="/media/assistant-chat.png" />
</p>