Skip to content

v0.0.2

Compare
Choose a tag to compare
@seemywingz seemywingz released this 01 Apr 15:51
· 132 commits to main since this release
7342dbe

πŸŽ‰ Ponder v0.0.2 πŸŽ‰

  • Update Ponder CLI to use OpenAI Chat Completion
  • Lower Discord Bot to 9 Context messages
        Ponder
        GitHub: https://github.com/seemywingz/ponder
        App Version: v0.0.2

  Ponder uses OpenAI's GPT-3.5-Turbo API to generate text responses to user input.
  You can use Ponder as a Discord chat bot or to generate images using the DALL-E API.
  Or whatever else you can think of...

Usage:
  ponder [command]

Available Commands:
  chat        Open ended chat with OpenAI
  completion  Generate the autocompletion script for the specified shell
  discord-bot Discord Chat Bot Integration
  help        Help about any command
  image       Generate an image from a prompt
  printify    Interact with the Printify API

Flags:
  -h, --help            help for ponder
  -p, --prompt string   Prompt AI generation
  -v, --verbose         verbose output

Use "ponder [command] --help" for more information about a command.