Skip to content

Commit e6d4d51

Browse files
committed
use gpt-4o-mini
1 parent 015482f commit e6d4d51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ return [
101101
'service' => null,
102102
'services' => [
103103
'openai' => [
104-
'model' => 'gpt-4o',
104+
'model' => 'gpt-4o-mini',
105105
'prompt' => "
106106
As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
107107
Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
@@ -129,7 +129,7 @@ return [
129129
'service' => null,
130130
'services' => [
131131
'openai' => [
132-
'model' => 'gpt-4o',
132+
'model' => 'gpt-4o-mini',
133133
'prompt' => '
134134
Fix the grammar and syntax of the following JSON string while respecting the following rules:
135135
- Never change the keys.

config/translator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'service' => null,
6060
'services' => [
6161
'openai' => [
62-
'model' => 'gpt-4o',
62+
'model' => 'gpt-4o-mini',
6363
'prompt' => "
6464
As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
6565
Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
@@ -87,7 +87,7 @@
8787
'service' => null,
8888
'services' => [
8989
'openai' => [
90-
'model' => 'gpt-4o',
90+
'model' => 'gpt-4o-mini',
9191
'prompt' => '
9292
Fix the grammar and syntax of the following JSON string while respecting the following rules:
9393
- Never change the keys.

0 commit comments

Comments
 (0)