Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diciaup/assistant-cli
A comfortable CLI tool to use ChatGPT service🔥
https://github.com/diciaup/assistant-cli
ai chatbot chatgpt machine-learning openai
Last synced: about 2 months ago
JSON representation
A comfortable CLI tool to use ChatGPT service🔥
- Host: GitHub
- URL: https://github.com/diciaup/assistant-cli
- Owner: diciaup
- License: mit
- Created: 2022-12-09T02:04:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T23:34:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T00:39:26.100Z (4 months ago)
- Topics: ai, chatbot, chatgpt, machine-learning, openai
- Language: TypeScript
- Homepage:
- Size: 1.46 MB
- Stars: 181
- Watchers: 5
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ChatGPT - Assistant CLI
- awesome-ChatGPT-resource-zh - 命令行助手
- awesome-chatgpt - Assistant CLI - Use ChatGPT from the command-line. (CLI tools / Examples)
- fucking-awesome-chatgpt - Assistant CLI
- awesome-chatgpt - Assistant CLI
- awesome-chatgpt - Assistant CLI
- ai-game-devtools - Assistant CLI
- awesome-chatgpt-zh - 助手 CLI
- awesome-chatgpt - Assistant CLI - Use ChatGPT from the command-line. (CLI tools / Examples)
- awesome-gpt - Assistant CLI
- project-awesome - diciaup/assistant-cli - A comfortable CLI tool to use ChatGPT service🔥 (TypeScript)
README
# Assistant CLI
> CLI tool for [ChatGPT](https://openai.com/blog/chatgpt/) Service.
![NPM](https://img.shields.io/npm/v/assistant-cli.svg) ![MIT License](https://img.shields.io/badge/license-MIT-blue)
- [Intro](#intro)
- [Install](#install)
- [Usage](#usage)## Intro
This is a Command line tools that permits people to integrate easily with the [ChatGPT](https://openai.com/blog/chatgpt) by [OpenAI](https://openai.com). The authentication is dynamically managed by the cli ✨
## Install
```bash
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](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503).### Check version:
```bash
assistant version
```### One spot question:
```bash
assistant Provide me a React snippet
```### Continuous conversation feature
You can open a chat typing:
```bash
assistant chat
```