apexify.js 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,6 +118,7 @@ const options = {
|
|
|
118
118
|
},
|
|
119
119
|
readFiles: false, // Whether to read attached files (true/false)
|
|
120
120
|
enhancer: false, // Whether to enhance text before processing (true/false)
|
|
121
|
+
nsfw: false, // Whether to prevent nsfw generated images (true/false)
|
|
121
122
|
};
|
|
122
123
|
|
|
123
124
|
await apexAI(message, options)
|
|
@@ -991,6 +992,7 @@ Keep experimenting, and feel free to contact me for assistance! Suggestions and
|
|
|
991
992
|
- turbo
|
|
992
993
|
- turbo-16k
|
|
993
994
|
- gemini
|
|
995
|
+
- apexChat
|
|
994
996
|
</details>
|
|
995
997
|
|
|
996
998
|
|