Skip to content

Crystalix007/gpt-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPT-Complete

A GPT-3 completion program, which runs STDIN through GPT-3, then writes the completion to STDOUT.

Development

The code requires an API key for OpenAI's API. You can get one here.

Then, generate the lib/api_key.go from the template with:

$ go generate ./...

Building

To build:

$ go build -o complete ./cmd/complete/

Model Parameters

You can tweak the model parameters of this program to make the output more dynamic, or even make the execution cheaper by using a different GPT-3 model.

About

GPT-3 completion from stdin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages