Categorygithub.com/rostislaved/chatgpt
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

GitHub license Go

A Golang console client for ChatGPI (https://chat.openai.com) using GPT

Install

  1. Request your OpenAPI key in https://beta.openai.com/account/api-keys
  2. export API_KEY=OpenAPI_key
  3. go install -x github.com/rostislaved/chatgpt@latest

Usage

  1. In terminal: chatgpt
  2. Enter your prompt

Snapshot

License

This package is licensed under MIT license. See LICENSE for details.