https://github.com/mattn/chatgpt
https://github.com/mattn/chatgpt
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/chatgpt
- Owner: mattn
- Created: 2022-12-21T06:30:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T13:54:32.000Z (about 3 years ago)
- Last Synced: 2025-04-19T01:31:51.587Z (9 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 61
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chatgpt
CLI for ChatGPT
## Usage
```
$ ./chatgpt
```
## Installation
```
go install github.com/mattn/chatgpt@latest
```
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)