Skip to content

Releases: breckenedge/chatgpt-rb

0.1.7

09 Nov 20:29
Compare
Choose a tag to compare
  • Fix being able to save the current conversation.
  • Rewrite functions as tool calls to conform with the latest API specifications.

0.1.6

05 Sep 02:07
Compare
Choose a tag to compare

Add temperature to CLI arguments

0.1.5

30 Aug 21:57
Compare
Choose a tag to compare
  • Allow declaring functions that take no parameters.
  • Fix readme typo.
  • Correctly instantiate Parameter objects when not passed via the DSL.
  • Raise an exception if the API returns an error code.

0.1.4

08 Aug 13:35
Compare
Choose a tag to compare

Fix how required function arguments are sent to the ChatGPT API.

0.1.3

07 Aug 15:47
Compare
Choose a tag to compare

Fix the ability for multiple functions to be declared in a single functions file included in the CLI via the "-u" flag.