Bump GPT version

This commit is contained in:
Julien Nahum 2024-05-14 17:26:38 +02:00
parent 017af5b847
commit 4f3b37e485
1 changed files with 1 additions and 1 deletions

View File

@ -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;