Skip to content

Release v0.3.0

Latest
Compare
Choose a tag to compare
@seemywingz seemywingz released this 12 Dec 22:12
· 104 commits to main since this release
0d5b35e

πŸŽ‰ Ponder v0.3.0 πŸŽ‰

  • Add Adventure command
  • Add DALL-E 3 API for image generation in CLI and Discord
  • Add -x to attempt performing CLI commands
       Ponder
        GitHub: https://github.com/seemywingz/ponder
        App Version: v0.3.0

  Ponder uses OpenAI's 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 [flags]
  ponder [command]

Available Commands:
  adventure   lets you dive into a captivating text adventure
  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:
      --config string   config file
  -c, --convo           Conversational Style chat
  -h, --help            help for ponder
  -x, --perform         Attempt to perform the response as cli command
  -p, --prompt string   Prompt AI generation
  -s, --say             Say text out loud (MacOS only)
  -v, --verbose         verbose output

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