Skip to content

Commit 40382e3

Browse files
authored
Added GPT-4o chat completions model.
1 parent 87994e6 commit 40382e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

class-gwiz-gf-openai.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ public function get_openai_models() {
276276
'gpt-4-1106-preview' => array(
277277
'description' => __( 'The latest GPT-4 model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. Returns a maximum of 4,096 output tokens.', 'gravityforms-openai' ),
278278
),
279+
'gpt-4o' => array(
280+
'description' => __( 'The newest flagship model that provides GPT-4-level intelligence but is much faster and improves on its capabilities across text, voice, and vision.', 'gravityforms-openai' ),
281+
),
279282
),
280283
'moderations' => array(
281284
'text-moderation-stable' => array(

0 commit comments

Comments
 (0)