File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
'lang_path ' => lang_path (),
8
8
9
9
'translate ' => [
10
- 'service ' => 'deepl ' ,
10
+ 'service ' => 'openai ' ,
11
11
'services ' => [
12
12
'deepl ' => [
13
13
'key ' => env ('DEEPL_KEY ' ),
25
25
'openai ' => [
26
26
'model ' => 'gpt-4o ' ,
27
27
'prompt ' => '
28
- Fix the grammar and the syntax the following json string while preserving the keys.
29
- Do not change the meaning or the tone of the sentences and never change the keys.
28
+ Fix the grammar and the syntax the following json string while respecting the following rules:
29
+ - Never change the keys.
30
+ - Do not escape nor change HTML tags.
31
+ - Do not escape nor change special characters or emojis.
32
+ - Do not change the meaning or the tone of the sentences.
30
33
' ,
31
34
],
32
35
],
You can’t perform that action at this time.
0 commit comments