repositorypackage
0.0.0-20221220193047-191e9130c402
Repository: https://github.com/rostislaved/chatgpt.git
Documentation: pkg.go.dev
# README
chatgpt: Chat GPT console client in Golang
A Golang console client for ChatGPI (https://chat.openai.com) using GPT
Install
- Request your OpenAPI key in https://beta.openai.com/account/api-keys
- export API_KEY=OpenAPI_key
- go install -x github.com/rostislaved/chatgpt@latest
Usage
- In terminal: chatgpt
- Enter your prompt
Snapshot
License
This package is licensed under MIT license. See LICENSE for details.