Skip to content

Commit da1debc

Browse files
author
Gravity Wiz Bot
committed
1.0-beta-1.9; Auto bump
1 parent e449681 commit da1debc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0-beta-1.9
4+
5+
- 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.
6+
37
## 1.0-beta-1.8
48

59
- Added `gpt-4-1106-preview` as an available model for the Chat Completions endpoint.

gravityforms-openai.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gravity Forms OpenAI
44
* Description: Pair the magic of OpenAI's robust models with Gravity Forms' flexibility.
55
* Plugin URI: https://gravitywiz.com/gravity-forms-openai/
6-
* Version: 1.0-beta-1.8
6+
* Version: 1.0-beta-1.9
77
* Author: Gravity Wiz
88
* Author URI: https://gravitywiz.com/
99
* License: GPL2
@@ -17,7 +17,7 @@
1717
* @link https://github.com/gravitywiz/gravityforms-openai
1818
*/
1919

20-
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.8' );
20+
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.9' );
2121

2222
defined( 'ABSPATH' ) || die();
2323

0 commit comments

Comments
 (0)