Skip to content

0.3.0

Choose a tag to compare

@igorkasyanchuk igorkasyanchuk released this 29 Apr 14:09
· 14 commits to main since this release
431e03f

New streaming feature:

AskChatGPT

  • added CLI tool: Example:
ask_chatgpt -q "how to unzip file with Ruby"
ask_chatgpt -f path/file.json -q "extract emails from JSON"
  • added streaming option (default), can be configured in the initializer config.mode
  • disable markdown for results config.markdown = false
  • renamed config option included_prompt to included_prompts (breaking change, but very easy to fix)
  • a little bit tuned prompts to reply with Markdown