ask_chatgpt

AI-Powered Assistant Gem right in your Rails console. Full power of ChatGPT in Rails

MIT License

Downloads
7.3K
Stars
259
Committers
4

Bot releases are hidden (Show)

ask_chatgpt - 0.5.0 Latest Release

Published by igorkasyanchuk over 1 year ago

ask_chatgpt - 0.4.0

Published by igorkasyanchuk over 1 year ago

ask_chatgpt - 0.3.1

Published by igorkasyanchuk over 1 year ago

  • 0.3.1
    • stability improvements (do not print message two times)
    • fix for show_source when in the app user pry-rails gem
ask_chatgpt - 0.3.0

Published by igorkasyanchuk over 1 year ago

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