Skip to content

Commit 2d2fdda

Browse files
authored
change default model
1 parent c1c71a7 commit 2d2fdda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/OpenAITranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class OpenAITranslator implements Translator
2424

2525
public function __construct(
2626
string $apiKey,
27-
private readonly string $model = 'gpt-4',
27+
private readonly string $model = 'gpt-4o',
2828
) {
2929
$this->client = (new Factory())->withApiKey($apiKey)->make();
3030
$this->languageCodeService = new LanguageCodeService();

0 commit comments

Comments
 (0)