Skip to content

Releases: bmritz/ai-ghostfunctions

v0.6.1

14 Feb 18:48
Compare
Choose a tag to compare

Changes

  • No changes

v0.6.0

14 Feb 18:36
Compare
Choose a tag to compare

Changes

  • update openai requirements for version 1 (#153) @bmritz

📦 Dependencies

v0.5.0

12 May 21:41
Compare
Choose a tag to compare

Changes

  • 69 give a path to return multiple completitions (#70) @bmritz

v0.4.0

04 May 22:44
Compare
Choose a tag to compare

Changes

  • closes #47: Add in the ability to call ghostfunctions with non-keyword arguments (#59) @bmritz
  • Feature/57-parse-strings-correctly (#58) @bmritz

📦 Dependencies

v0.3.1

19 Apr 20:58
Compare
Choose a tag to compare

Changes

Fixes:

#35 Support Multi line docstrings. Multiline docstrings are now properly commented in the prompt sent to OpenAI

📦 Dependencies

v0.3.0

05 Apr 02:13
Compare
Choose a tag to compare

Changes

  • 12 parse the returned string into a python object (#24) @bmritz
  • 15 investigate adding type annotations to the default prompt (#23) @bmritz

📦 Dependencies

v0.2.0

30 Mar 03:40
Compare
Choose a tag to compare

Changes

  • Fall back to gpt-3.5-turbo if gpt-4 fails at first.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 Mar 03:19
Compare
Choose a tag to compare

Changes

  • No changes