Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mio256/chatgpt-cli

Simple CLI made with Go for ChatGPT.
https://github.com/mio256/chatgpt-cli

chatgpt go golang

Last synced: 17 days ago
JSON representation

Simple CLI made with Go for ChatGPT.

Awesome Lists containing this project

README

        

# ChatGPT-CLI

![mio256](https://avatars.githubusercontent.com/u/71450182)

## Overview

Simple CLI made with Go for ChatGPT.

## Requirement

- [go-chatgpt](https://pkg.go.dev/github.com/ayush6624/[email protected])

## Usage

```sh
# set `OPENAI_API_KEY = ******`
$ vim .env

$ go build -o a.out
$ ./a.out
```

## Author

[mio256](https://github.com/mio256)

## Licence

MIT License