Skip to content

Release v0.2.0 (#38)

Compare
Choose a tag to compare
@seemywingz seemywingz released this 06 Jun 20:16
· 127 commits to main since this release
676dec9

πŸŽ‰ Ponder v0.2.0 πŸŽ‰

        Ponder
        GitHub: https://github.com/seemywingz/ponder
        App Version: v0.2.0

  Ponder uses OpenAI's GPT-4 API to generate text responses to user input.
  You can use Ponder as a Discord chat bot or 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:
      --config string   config file (default "$HOME/.ponder/config")
  -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.