Releases: breckenedge/chatgpt-rb
Releases · breckenedge/chatgpt-rb
0.1.7
0.1.6
Add temperature to CLI arguments
0.1.5
- 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
Fix how required function arguments are sent to the ChatGPT API.
0.1.3
Fix the ability for multiple functions to be declared in a single functions file included in the CLI via the "-u" flag.