We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8dabb commit 949ccecCopy full SHA for 949ccec
src/modules/image/index.ts
@@ -51,8 +51,8 @@ export class ImageModule extends ModuleBase {
51
}
52
53
/**
54
- * Generates a random square portrait of a person (avatar).
55
- * These are currently images of fake people which were generated by an AI, Stable Diffusion 3.
+ * Generates a random square portrait (avatar) of a person.
+ * These are static images of fictional people created by an AI, Stable Diffusion 3.
56
* The image URLs are served via the JSDelivr CDN and subject to their [terms of use](https://www.jsdelivr.com/terms).
57
*
58
* @param options Options for generating an AI avatar.
0 commit comments