Update OpenAI.php

This commit is contained in:
charlesteh
2023-10-02 13:23:35 +08:00
committed by GitHub
parent 79e289bed7
commit 45bff5e109

View File

@@ -39,7 +39,7 @@ public static function writeProductArticle($excerpt, $photos)
} }
} }
$output = (self::chatCompletion($system_prompt, $user_prompt, 'gpt-3.5-turbo', 4000)); $output = (self::chatCompletion($system_prompt, $user_prompt, 'gpt-3.5-turbo', 1500));
// dump($user_prompt); // dump($user_prompt);
// dd($output); // dd($output);