mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
update phrasing of the rules, prepr
This commit is contained in:
@@ -188,13 +188,13 @@
|
|||||||
<h2 id="generative-ai">6. Usage of Generative "AI"</h2>
|
<h2 id="generative-ai">6. Usage of Generative "AI"</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Projects must be forthright and honest about the usage of generative AI when producing
|
Projects must be forthright and honest about the usage of generative AI in their production,
|
||||||
projects or any other posted content and cannot be entirely or primarily comprised of content
|
publication, and within the project itself. Projects cannot be entirely or primarily comprised
|
||||||
created or derived from generative AI output.
|
of content created or derived from generative AI output.
|
||||||
</p>
|
</p>
|
||||||
<p>Projects must abide by all of the following requirements:</p>
|
<p>Projects must abide by all of the following requirements:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Apply the “AI-assisted” content disclosure when:</li>
|
<li>Apply the “Contains AI-generated content” content disclosure when:</li>
|
||||||
<ol type="a">
|
<ol type="a">
|
||||||
<li>a substantial portion of the project's code is a product of AI output.</li>
|
<li>a substantial portion of the project's code is a product of AI output.</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { SmartClickable, Toggle } from '@modrinth/ui'
|
import { SmartClickable, Toggle } from '@modrinth/ui'
|
||||||
import { useId, computed } from 'vue'
|
import { computed, useId } from 'vue'
|
||||||
|
|
||||||
const value = defineModel<boolean>('value', { required: true })
|
const value = defineModel<boolean>('value', { required: true })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user