Releases: gravitywiz/gravityforms-openai
Releases · gravitywiz/gravityforms-openai
1.0-beta-1.14
- Updated plugin name and menu title to disambiguate from GC OpenAI.
1.0-beta-1.13
- Added support for
gpt-4o-minichat completions model.
1.0-beta-1.12
- Updated the OpenAI model selection for Chat Completions to be
gpt-4o,gpt-4-turbo, andgpt-3.5-turbo.
1.0-beta-1.11
- Added
GPT-4ochat completions model.
1.0-beta-1.10
- Fixed an issue where different cache keys could be generated with the same input resulting in different responses.
1.0-beta-1.9
- Removed the
completionsandeditendpoints which have been deprecated by OpenAI. Feeds using these endpoints will be automatically converted to thechat/completionsendpoint.
1.0-beta-1.8
- Added
gpt-4-1106-previewas an available model for the Chat Completions endpoint. - Added a filter to the OpenAI response.
1.0-beta-1.7
- Added a
log_debug()call before any request. - Fixed issue where the
gf_openai_chat_completions_messagefilter hook would not run during merge tag replacement.
1.0-beta-1.6
- Added new
gf_openai_chat_completions_messagePHP filter hook. - Fixed potential PHP notices.