Skip to content

Releases: gravitywiz/gravityforms-openai

1.0-beta-1.4

22 Jul 23:05
Compare
Choose a tag to compare
  • Added gpt-3.5-turbo-16k as an available model for the Chat Completions endpoint.

1.0-beta-1.3

18 May 15:57
Compare
Choose a tag to compare
  • Added gpt-4 and gpt-4-32k as available models for the Chat Completions endpoint.

1.0-beta-1.2

03 May 15:16
Compare
Choose a tag to compare
  • Fixed issue where merge tag completion values would sometimes be blank.
  • Fixed issue where non-OpenAI merge tag output for multi-input field types such as checkboxes could get inadvertently cleared out.
  • Fixed issues with Open AI feed not duplicating when form was duplicated.
  • Added hook gf_openai_post_save_result_to_field to trigger after OpenAI result is stored on an entry.
  • Added new gf_openai_cache_responses filter hook that can be used to disable caching OpenAI responses.

1.0-beta-1.1

20 Mar 16:04
Compare
Choose a tag to compare
  • Fixed potential PHP warnings/errors caused by php-scoper.

1.0-beta-1

03 Mar 18:09
Compare
Choose a tag to compare
  • Added a Gravity Flow Step Type for OpenAI. Credit: @Idealien
  • Added new nl2br modifier that can be used on merge tags to convert newlines into <br />'s. This is useful when outputting plain-text responses into HTML using Live Merge Tags. Example: @{:1:openai_feed_5,nl2br}.
  • Fixed issue where feed conditional logic and feed status (active/inactive) were not checked during validation for the Moderations endpoint.
  • Fixed issue where feed status was not taken into account during merge tag replacement so inactive feeds would still have their merge tags replaced.
  • Added new Chat Completions endpoint.
  • Added auto-updater powered by GitHub Releases.
  • Added new capabilities to grant/deny access to OpenAI settings and to uninstall it.

1.0-alpha-1.8

13 Feb 17:11
Compare
Choose a tag to compare
  • Fixed an issue where GP Populate Anything values would not get populated when Gravity Forms OpenAI was enabled.
  • Fixed an issue where OpenAI responses could be displayed in the Form Editor.

1.0-alpha-1.7

18 Jan 05:02
Compare
Choose a tag to compare
  • Removed Perk: True from the plugin header to address potential PHP errors.

1.0-alpha-1.6

12 Jan 21:04
Compare
Choose a tag to compare
  • Added new raw modifier that can be used in the feed merge tags. This allows for fetching specific properties from the OpenAI response. Example usage: {:1:openai_feed_2,raw[usage/total_tokens]}

1.0-alpha-1.5

04 Jan 21:06
Compare
Choose a tag to compare
  • Updated feed merge tags to evaluate feed conditional logic (if configured) before returning a result. If the conditional logic does not evaluate as truthy, an empty string is returned.
  • Updated secret key setting to be a masked input.

1.0-alpha-1.4

27 Dec 20:47
Compare
Choose a tag to compare
  • Added new gf_openai_request_body PHP filter for customizing requests that go to OpenAI.
  • Added support for using custom/fine-tuned models when using the Completions endpoint.