Bump GPT version
This commit is contained in:
parent
017af5b847
commit
4f3b37e485
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue