You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CoreBundle/DataFixtures/SettingsCurrentFixtures.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3704,6 +3704,11 @@ public static function getNewConfigurationSettings(): array
3704
3704
'title' => 'Image generator',
3705
3705
'comment' => 'Generates images based on prompts or content using AI.',
3706
3706
],
3707
+
[
3708
+
'name' => 'disclose_ai_assistance',
3709
+
'title' => 'Disclose AI assistance',
3710
+
'comment' => 'Show a tag on any content or feedback that has been generated or co-generated by any AI system, evidencing to the user that the content was built with the help of some AI system. Details about which AI system was used in which case are kept inside the database for audit, but are not directly accessible by the final user.',
0 commit comments