File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ return [
101
101
'service' => null,
102
102
'services' => [
103
103
'openai' => [
104
- 'model' => 'gpt-4o',
104
+ 'model' => 'gpt-4o-mini ',
105
105
'prompt' => "
106
106
As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
107
107
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 [
129
129
'service' => null,
130
130
'services' => [
131
131
'openai' => [
132
- 'model' => 'gpt-4o',
132
+ 'model' => 'gpt-4o-mini ',
133
133
'prompt' => '
134
134
Fix the grammar and syntax of the following JSON string while respecting the following rules:
135
135
- Never change the keys.
Original file line number Diff line number Diff line change 59
59
'service ' => null ,
60
60
'services ' => [
61
61
'openai ' => [
62
- 'model ' => 'gpt-4o ' ,
62
+ 'model ' => 'gpt-4o-mini ' ,
63
63
'prompt ' => "
64
64
As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
65
65
Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
87
87
'service ' => null ,
88
88
'services ' => [
89
89
'openai ' => [
90
- 'model ' => 'gpt-4o ' ,
90
+ 'model ' => 'gpt-4o-mini ' ,
91
91
'prompt ' => '
92
92
Fix the grammar and syntax of the following JSON string while respecting the following rules:
93
93
- Never change the keys.
You can’t perform that action at this time.
0 commit comments