Skip to content

Releases: gravitywiz/gravityforms-openai

1.0-beta-1.14

09 Sep 16:44
Compare
Choose a tag to compare
  • Updated plugin name and menu title to disambiguate from GC OpenAI.

1.0-beta-1.13

27 Aug 21:05
Compare
Choose a tag to compare
  • Added support for gpt-4o-mini chat completions model.

1.0-beta-1.12

27 Jun 15:33
Compare
Choose a tag to compare
  • Updated the OpenAI model selection for Chat Completions to be gpt-4o, gpt-4-turbo, and gpt-3.5-turbo.

1.0-beta-1.11

22 May 18:10
Compare
Choose a tag to compare
  • Added GPT-4o chat completions model.

1.0-beta-1.10

18 Apr 19:40
Compare
Choose a tag to compare
  • Fixed an issue where different cache keys could be generated with the same input resulting in different responses.

1.0-beta-1.9

11 Mar 20:58
Compare
Choose a tag to compare
  • Removed the completions and edit endpoints which have been deprecated by OpenAI. Feeds using these endpoints will be automatically converted to the chat/completions endpoint.

1.0-beta-1.8

28 Nov 17:55
Compare
Choose a tag to compare
  • Added gpt-4-1106-preview as an available model for the Chat Completions endpoint.
  • Added a filter to the OpenAI response.

1.0-beta-1.7

20 Oct 18:11
Compare
Choose a tag to compare
  • Added a log_debug() call before any request.
  • Fixed issue where the gf_openai_chat_completions_message filter hook would not run during merge tag replacement.

1.0-beta-1.6

18 Oct 16:02
Compare
Choose a tag to compare
  • Added new gf_openai_chat_completions_message PHP filter hook.
  • Fixed potential PHP notices.

1.0-beta-1.5

23 Jul 00:22
Compare
Choose a tag to compare
  • Added OpenAI feeds to form export/import. (Closes #17)
  • Added support for re-ordering feeds. (Closes #10)