Skip to content

Commit

Permalink
AI and bot rules draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Warphammer authored Aug 4, 2024
1 parent 35ee927 commit 0bb808e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/modules/main/help/helpRules/HelpRulesComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ const helpText =
<tr><td class="charlog--strong">No&nbsp;bypass&nbsp;account</td><td>Creating an account to bypass a ban or a suspend lockout will get the new account banned.</td></tr>
<tr><td class="charlog--strong">No&nbsp;lawless&nbsp;account</td><td>Creating an account for the purpose of breaking any of these rules will result in a ban.</td></tr>
<tr><td class="charlog--strong">No&nbsp;underaged&nbsp;humans</td><td>Sexual roleplay with underaged human characters may get you suspended.</td></tr>
<tr><td class="charlog--strong">AI&nbsp;characters</td><td>Characters who interact using an LLM ('AI model') are generally disallowed. NPC characters may use LLMs with clear disclosure and a bot token.</td></tr>
<tr><td class="charlog--strong">AI&nbsp;training</td><td>Users may not use log data/user interaction to train an AI model. This may also be interpreted as impersonation if targeting a specific user.</td></tr>
<tr><td class="charlog--strong">Bot&nbsp;permissions</td><td>Characters operating with a bot token are only allowed to operate in areas where the area owner or a moderator has approved the use.</td></tr>
<tr><td class="charlog--strong">Bot&nbsp;data</td><td>Bot characters are not allowed to log or retain data longer than is needed to process it. They should not respond unless addressed (named, to'ed, whispered or messaged).</td></tr>
<tr><td class="charlog--strong">Bot&nbsp;responsibility</td><td>Bot characters' owners are responsible for their behavior. Owners may at any time be asked by a moderator or admin to audit the code used for compliance.</td></tr>
</tbody></table>
</section>
<section class="charlog--pad">
Expand Down

4 comments on commit 0bb808e

@Warphammer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likely going to change the triggering to include Keywords.

@tashiefo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I particularly like the audit line.

@Warphammer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add clarification on the apparent contradiction in line 29 (regular characters no, bots yes, basically)

@Warphammer
Copy link
Owner Author

@Warphammer Warphammer commented on 0bb808e Aug 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See new edit

Please sign in to comment.