https://github.com/kkdai/chatgpt
ChatGPT Console client in Golang
https://github.com/kkdai/chatgpt
chatgpt golang openai
Last synced: about 1 month ago
JSON representation
ChatGPT Console client in Golang
- Host: GitHub
- URL: https://github.com/kkdai/chatgpt
- Owner: kkdai
- License: mit
- Created: 2022-12-06T08:41:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T06:41:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T10:09:28.427Z (about 1 month ago)
- Topics: chatgpt, golang, openai
- Language: Go
- Homepage:
- Size: 13.9 MB
- Stars: 246
- Watchers: 3
- Forks: 45
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ai-client - kkdai/chatgpt - ChatGPT Console client in Golang (⌨️ CLI)
README
chatgpt: Chat GPT console client in Golang
======================[](https://raw.githubusercontent.com/kkdai/chatgpt/master/LICENSE) 
A Golang console client for ChatGPT () using GPT
Install
--------------go get -u -x github.com/kkdai/chatgpt
Request for API from OpenAI
---------------------Request your OpenAPI key in [https://beta.openai.com/account/api-keys](https://beta.openai.com/account/api-keys)
Usage
---------------------export API_KEY=YOUR_KEY chatgpt
Snapshot
---------------
Contribute
---------------Please open up an issue on GitHub before you put a lot efforts on pull request.
The code submitting to PR must be filtered with `gofmt`License
---------------This package is licensed under MIT license. See LICENSE for details.