Skip to content

Releases: JBGruber/askgpt

askgpt 0.1.3

09 Sep 07:25
Compare
Choose a tag to compare
  • fixes bug that ignored some options when askgpt() was run with spinner
  • adds an addin that can improve code, documentation, or writing given a prompt

askgpt 0.1.2

26 Jun 12:47
Compare
Choose a tag to compare
  • fixed bug that would keep the package from printing answers to screen (#9)

askgpt 0.1.1

05 May 20:58
Compare
Choose a tag to compare
  • better error handling
  • answers look better on screen and can handle Markdown code without breaking
  • new_conversation() function introduces the ability to make GPT forget previous questions
  • removes the streaming option, since it made little sense (see #4)
  • improved the tutorialise adding to handle long documents and gave it a nicer interface
  • various bug fixes