File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
'services ' => [
86
86
'openai ' => [
87
87
'model ' => 'gpt-4.1-mini ' ,
88
- 'prompt ' => "
88
+ 'prompt ' => '
89
89
# Role:
90
90
You are a professional copywriter and translator specializing in website content localization.
91
91
100
100
101
101
# Output Format:
102
102
Return a JSON object with the same structure.
103
- " ,
103
+ ' ,
104
104
],
105
105
],
106
106
],
123
123
'services ' => [
124
124
'openai ' => [
125
125
'model ' => 'gpt-4.1-mini ' ,
126
- 'prompt ' => "
126
+ 'prompt ' => '
127
127
# Role:
128
128
You are a professional copywriter specializing in website content.
129
129
138
138
139
139
Output Format:
140
140
Return a valid JSON object with the corrected text values, keeping the structure and keys unchanged.
141
- " ,
141
+ ' ,
142
142
],
143
143
],
144
144
],
You can’t perform that action at this time.
0 commit comments