diff options
author | 2023-03-21 13:21:14 -0700 | |
---|---|---|
committer | 2023-03-21 13:21:14 -0700 | |
commit | a2e2c96ae219742009434b045754b0fe72cfb7cd (patch) | |
tree | 39354306f187c22d70d2776d2f9d41e68625c76d /pydis_site/apps/api/views.py | |
parent | Replace removed path-to-lcov option with new ile option in coveralls CI action (diff) | |
parent | Merge pull request #906 from python-discord/dependabot/pip/pre-commit-3.2.0 (diff) |
Merge branch 'main' into dependabot/github_actions/coverallsapp/github-action-2.0.0
Diffstat (limited to 'pydis_site/apps/api/views.py')
-rw-r--r-- | pydis_site/apps/api/views.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 34167a38..20431a61 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -171,6 +171,10 @@ class RulesView(APIView): "Do not offer or ask for paid work of any kind.", ["paid", "work", "money"] ), + ( + "Do not copy and paste answers from ChatGPT or similar AI tools.", + ["gpt", "chatgpt", "gpt3", "ai"] + ), ]) |