diff --git a/app/Service/OpenAi/GptCompleter.php b/app/Service/OpenAi/GptCompleter.php index 22a8a484..44e451b7 100644 --- a/app/Service/OpenAi/GptCompleter.php +++ b/app/Service/OpenAi/GptCompleter.php @@ -14,7 +14,7 @@ use OpenAI\Exceptions\ErrorException; */ class GptCompleter { - public const AI_MODEL = 'gpt-4-turbo-preview'; + public const AI_MODEL = 'gpt-4o'; protected Client $openAi;