chatgpt

command module
v0.0.0-...-72d5343 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2023 License: MIT Imports: 8 Imported by: 0

README

chatgpt

A tiny ChatGPT3 CLI. It uses the most expensive model with maximal token count, so one query can cost up to $0.08 (as of Jan 2023).

Install or update:

go install github.com/clfs/chatgpt@latest

Uninstall:

rm -i $(which chatgpt)

Usage:

$ export GPT3_KEY="sk-..." # this should go in, e.g., ~/.zshenv
$ chatgpt
enter to submit & "q" to stop
> What's the capital of China?
> Beijing is the capital of China.
> q

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL