Skip to content

GPTerm is a CLI tool for querying OpenAI's GPT models.

License

Notifications You must be signed in to change notification settings

priuatus/gpterm

Repository files navigation

GPTerm

GPTerm is a CLI tool for querying [OpenAI][openai]'s GPT-3 and Codex models.

Features

  • Completions
    • All GPT-3 models
    • All Codex models
    • Temperature control
    • Max tokens control
  • Interactive mode
  • Non-Interactive mode
  • Prompt composition

Prompt composition

If you provide gpterm a prompt through more than one mean, it will concatenate them like this:

  • Prompt = [Arguments ...] + [Stdin]
$ echo awesome | gpterm one synonim for the word

Fantastic

About

GPTerm is a CLI tool for querying OpenAI's GPT models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages