Skip to content

Commit

Permalink
Update OpenAI model descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bi1101 committed Mar 23, 2024
1 parent 2661648 commit 9991b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class-gwiz-gf-openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,13 @@ public function get_openai_models()
'gpt-3.5-turbo-16k' => array(
'description' => __('Same capabilities as the standard gpt-3.5-turbo model but with 4x the context length.', 'gravityforms-openai'),
),
'gpt-4' => array(
'gpt-4-turbo-preview' => array(
'description' => __('More capable than any GPT-3.5 model, able to do more complex tasks, and optimized for chat. Will be updated with the latest model iteration.', 'gravityforms-openai'),
),
'gpt-4-32k' => array(
'description' => __('Same capabilities as the base gpt-4 mode but with 4x the context length. Will be updated with the latest model iteration.', 'gravityforms-openai'),
),
'gpt-4-vision' => array(
'gpt-4-vision-preview' => array(
'description' => __('Same capabilities as the base gpt-4 mode but with Vision capabilities.', 'gravityforms-openai'),
),
'gemini-pro' => array(
Expand Down

0 comments on commit 9991b3b

Please sign in to comment.