Skip to content

Commit cfbaf7e

Browse files
QuentinGabgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0009210 commit cfbaf7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/translator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'services' => [
8686
'openai' => [
8787
'model' => 'gpt-4.1-mini',
88-
'prompt' => "
88+
'prompt' => '
8989
# Role:
9090
You are a professional copywriter and translator specializing in website content localization.
9191
@@ -100,7 +100,7 @@
100100
101101
# Output Format:
102102
Return a JSON object with the same structure.
103-
",
103+
',
104104
],
105105
],
106106
],
@@ -123,7 +123,7 @@
123123
'services' => [
124124
'openai' => [
125125
'model' => 'gpt-4.1-mini',
126-
'prompt' => "
126+
'prompt' => '
127127
# Role:
128128
You are a professional copywriter specializing in website content.
129129
@@ -138,7 +138,7 @@
138138
139139
Output Format:
140140
Return a valid JSON object with the corrected text values, keeping the structure and keys unchanged.
141-
",
141+
',
142142
],
143143
],
144144
],

0 commit comments

Comments
 (0)