gptui

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

gptui

Release

Terminal UI for OpenAI ChatGPT

gptui

Usage

❯ gptui chat --help
Given a chat conversation, the model will return a chat completion response.

Usage:
  gptui chat [flags]

Flags:
  -h, --help                     help for chat
      --history string           path to conversation history file to restore from
      --max-context-length int   maximum number of tokens for GPT context (default 1024)
  -m, --message string           message for the chat input
      --model string             model to use for chat completion (default "gpt-3.5-turbo")
      --stream                   if set, partial message deltas will be sent, like in ChatGPT (default true)
      --system string            system message that helps set the behavior of the assistant

Global Flags:
      --openai-api-base string   OpenAI API endpoint (default "https://api.openai.com/v1")
      --openai-api-key string    OpenAI API key

Roadmap

License

See LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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