Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mio256/chatgpt-cli
- Owner: mio256
- License: mit
- Created: 2023-05-02T11:56:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-02T12:07:38.000Z (over 1 year ago)
- Last Synced: 2024-10-16T19:55:58.621Z (2 months ago)
- Topics: chatgpt, go, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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