Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

chatgpt: Chat GPT console client in Golang
======================

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/kkdai/chatgpt/master/LICENSE) ![Go](https://github.com/kkdai/chatgpt/workflows/Go/badge.svg)

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
---------------

![](img/chatgpt.gif)

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.