heygpt

A simple command-line interface for ChatGPT API written in Rust ⚡️

MIT License

Downloads
2.6K
Stars
165
Committers
2
heygpt - v0.4.0 Latest Release

Published by fuyufjh over 1 year ago

Changelog

  • Add support of new-line in interactive mode by pressing Ctrl-J
  • Support load config file from $HOME/.heygpt.toml
  • Breaking change: refactor option --no-stream to --stream (default: true)
heygpt - v0.4.0

Published by fuyufjh over 1 year ago

Changelog

  • Add support of new-line in interactive mode by pressing Ctrl-J
  • Support load config file from $HOME/.heygpt.toml
  • Breaking change: refactor option --no-stream to --stream (default: true)
heygpt - v0.3.1

Published by fuyufjh over 1 year ago

Changelog

  • Fix the prompt display under Windows.
heygpt - v0.3.0

Published by fuyufjh over 1 year ago

Changelog

  • feat: support command in interactive mode.
    • \b to retract and back to previous user message
    • \h to print current conversation history
  • improve: add a spinner to indicate waiting for server response.
  • improve: error handling. It will not exit on server error.
heygpt - v0.2.0

Published by fuyufjh over 1 year ago

Changelog

  • fix: Ignore empty line in interactive mode. (#1)
  • feat: support setting openai_api_base via environment variable (#2)
  • feat: support parameter --temperature & --top-p. See --help for details.