Skip to content

Releases: railsjazz/ask_chatgpt

0.5.0

13 May 06:59
e1bf0db
Compare
Choose a tag to compare
  • new command with_code or with_class #10
  • better Mac silicon support and an option to specify model from CLI #9

0.4.0

09 May 19:04
c5f9120
Compare
Choose a tag to compare

0.3.1

01 May 07:38
c647f26
Compare
Choose a tag to compare
  • 0.3.1
    • stability improvements (do not print message two times)
    • fix for show_source when in the app user pry-rails gem

0.3.0

29 Apr 14:09
431e03f
Compare
Choose a tag to compare

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