Skip to content

Commit 1a0e5bb

Browse files
committed
update model
1 parent 6e3455e commit 1a0e5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/translator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'service' => null,
8585
'services' => [
8686
'openai' => [
87-
'model' => 'gpt-4.1-mini',
87+
'model' => 'gpt-5-mini',
8888
'prompt' => '
8989
# Role:
9090
You are a professional copywriter and translator specializing in website content localization.
@@ -122,7 +122,7 @@
122122
'service' => null,
123123
'services' => [
124124
'openai' => [
125-
'model' => 'gpt-4.1-mini',
125+
'model' => 'gpt-5-mini',
126126
'prompt' => '
127127
# Role:
128128
You are a professional copywriter specializing in website content.

0 commit comments

Comments
 (0)