Bump GPT version
This commit is contained in:
@@ -14,7 +14,7 @@ use OpenAI\Exceptions\ErrorException;
|
|||||||
*/
|
*/
|
||||||
class GptCompleter
|
class GptCompleter
|
||||||
{
|
{
|
||||||
public const AI_MODEL = 'gpt-4-turbo-preview';
|
public const AI_MODEL = 'gpt-4o';
|
||||||
|
|
||||||
protected Client $openAi;
|
protected Client $openAi;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user