Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jucasoliveira/terminalGPT
Get GPT like chatGPT on your terminal
https://github.com/jucasoliveira/terminalGPT
ai bash chatgpt chatgpt-api cli typescript
Last synced: about 1 month ago
JSON representation
Get GPT like chatGPT on your terminal
- Host: GitHub
- URL: https://github.com/jucasoliveira/terminalGPT
- Owner: jucasoliveira
- License: mit
- Created: 2023-01-05T07:25:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T21:40:43.000Z (about 1 year ago)
- Last Synced: 2024-05-22T11:31:44.829Z (7 months ago)
- Topics: ai, bash, chatgpt, chatgpt-api, cli, typescript
- Language: TypeScript
- Homepage:
- Size: 711 KB
- Stars: 983
- Watchers: 11
- Forks: 181
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starz - jucasoliveira/terminalGPT - Get GPT like chatGPT on your terminal (TypeScript)
- awesome-chatgpt - terminalGPT
- awesome-ai-client - terminalGPT - Get GPT like chatGPT on your terminal (⌨️ CLI)
- awesome-chatgpt - jucasoliveira/terminalGPT - Get GPT-like chatGPT on your terminal (UIs / CLI)
README
TerminalGPT
Get GPT-like chatGPT on your terminal
## Stats
## Prerequisites
You need an LLM API key to use this package:
- [OpenAI](https://platform.openai.com/docs/api-reference/introduction)
- [Anthropic](https://www.anthropic.com/)
- [Groq](https://www.groq.com/)
- [Gemini](https://gemini.google.com/)## Installation
Install TerminalGPT globally:
```bash
npm install -g terminalgpt
```or
```bash
yarn global add terminalgpt
```## Usage
Start a chat:
```bash
tgpt chat
```On first run, you'll be prompted to enter your OpenAI API key.
### Options
### Commands
Delete all conversations:
```bash
tgpt delete
```### Using with npx
Note: `npx terminalgpt` runs the package without installation.
## Contributing
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.
## ✨ Contributors