Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


TerminalGPT logo

TerminalGPT


TerminalGPT logo


Get GPT-like chatGPT on your terminal


Build Status
Downloads
Contributors
Version

## Stats


TerminalGPT stats



terminalGPT - Use OpenAI like chatGPT, on your terminal | Product Hunt

## 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