Skip to content

Commit

Permalink
1.0-beta-1.12; Auto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Wiz Bot committed Jun 26, 2024
1 parent 82e38e4 commit b2613b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0-beta-1.12 | June 26, 2024

- 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 | May 22, 2024

- Added `GPT-4o` chat completions model.
Expand Down
4 changes: 2 additions & 2 deletions gravityforms-openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gravity Forms OpenAI
* Description: Pair the magic of OpenAI's robust models with Gravity Forms' flexibility.
* Plugin URI: https://gravitywiz.com/gravity-forms-openai/
* Version: 1.0-beta-1.11
* Version: 1.0-beta-1.12
* Author: Gravity Wiz
* Author URI: https://gravitywiz.com/
* License: GPL2
Expand All @@ -17,7 +17,7 @@
* @link https://github.com/gravitywiz/gravityforms-openai
*/

define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.11' );
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.12' );

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

Expand Down

0 comments on commit b2613b6

Please sign in to comment.