From efcf3217c81dd5b142e0892f2e895364cd9e33c3 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 2 Nov 2023 19:52:54 -0700 Subject: [PATCH] Update CONTRIBUTING.md to explicitly disallow ChatGPT and other LLMs. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdcef12e..d8ee44dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,8 +73,8 @@ In order to maintain the permissive MIT license this project uses, all contributions must be your own and released under that license. Code you add should be an original work and should not be copied from elsewhere. Taking code from a different project, Stack Overflow, or the like is not allowed. The use of -tools such as GitHub Copilot that generate code from other projects is not -allowed. +tools such as GitHub Copilot, ChatGPT, LLMs (large language models), etc. that +incorporate code from other projects is not allowed. Thank you!