We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c71a7 commit 2d2fddaCopy full SHA for 2d2fdda
1 file changed
src/Services/OpenAITranslator.php
@@ -24,7 +24,7 @@ final class OpenAITranslator implements Translator
24
25
public function __construct(
26
string $apiKey,
27
- private readonly string $model = 'gpt-4',
+ private readonly string $model = 'gpt-4o',
28
) {
29
$this->client = (new Factory())->withApiKey($apiKey)->make();
30
$this->languageCodeService = new LanguageCodeService();
0 commit comments