File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0-beta-1.4
4
+
5
+ - Added gpt-3.5-turbo-16k as an available model for the Chat Completions endpoint.
6
+
3
7
## 1.0-beta-1.3
4
8
5
9
- Added `gpt-4` and `gpt-4-32k` as available models for the Chat Completions endpoint.
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Gravity Forms OpenAI
4
4
* Description: Pair the magic of OpenAI's robust models with Gravity Forms' flexibility.
5
5
* Plugin URI: https://gravitywiz.com/gravity-forms-openai/
6
- * Version: 1.0-beta-1.3
6
+ * Version: 1.0-beta-1.4
7
7
* Author: Gravity Wiz
8
8
* Author URI: https://gravitywiz.com/
9
9
* License: GPL2
17
17
* @link https://github.com/gravitywiz/gravityforms-openai
18
18
*/
19
19
20
- define ( 'GWIZ_GF_OPENAI_VERSION ' , '1.0-beta-1.3 ' );
20
+ define ( 'GWIZ_GF_OPENAI_VERSION ' , '1.0-beta-1.4 ' );
21
21
22
22
defined ( 'ABSPATH ' ) || die ();
23
23
You can’t perform that action at this time.
0 commit comments