From 04831a91c7e042645fe469918e58911c78bc875f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 11 Jan 2024 09:20:00 +0100 Subject: [PATCH] Update src/Appwrite/Platform/Tasks/DevGenerateTranslations.php --- src/Appwrite/Platform/Tasks/DevGenerateTranslations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/DevGenerateTranslations.php b/src/Appwrite/Platform/Tasks/DevGenerateTranslations.php index 47430ead23..2074cae50a 100644 --- a/src/Appwrite/Platform/Tasks/DevGenerateTranslations.php +++ b/src/Appwrite/Platform/Tasks/DevGenerateTranslations.php @@ -79,7 +79,7 @@ class DevGenerateTranslations extends Action 'content-type' => Client::CONTENT_TYPE_APPLICATION_JSON, 'Authorization' => 'Bearer ' . $this->apiKey ], Client::METHOD_POST, [ - 'model' => 'gpt-3.5-turbo-1106', // https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo + 'model' => 'gpt-4-1106-preview', // https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo 'messages' => [ [ 'role' => 'system',