@kudoai/ai-personas 1.4.0 → 1.5.0
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 +6 -6
- package/dist/ai-personas.json +79 -64
- package/dist/ai-personas.min.json +1 -1
- package/docs/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
<a href="https://npm-compare.com/@kudoai/ai-personas/#timeRange=ALL">
|
|
8
8
|
<img height=31 src="https://img.shields.io/npm/dm/@kudoai/ai-personas?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
9
|
-
<a href="https://github.com/KudoAI/ai-personas/releases/tag/node.js-v1.
|
|
10
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.
|
|
9
|
+
<a href="https://github.com/KudoAI/ai-personas/releases/tag/node.js-v1.5.0">
|
|
10
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.5.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
11
11
|
<a href="#%EF%B8%8F-license">
|
|
12
12
|
<img height=31 src="https://img.shields.io/badge/License-CC0--1.0/MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
13
13
|
<a href="https://www.codefactor.io/repository/github/KudoAI/ai-personas">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
It's just a [JSON file](https://cdn.jsdelivr.net/npm/@kudoai/ai-personas@1.3.0/dist/ai-personas.json), so you can use it in any environment.
|
|
25
25
|
|
|
26
|
-
<img src="https://cdn.jsdelivr.net/gh/KudoAI/ai-personas@node.js-v1.
|
|
26
|
+
<img src="https://cdn.jsdelivr.net/gh/KudoAI/ai-personas@node.js-v1.5.0/assets/images/screenshots/dataset-preview.png">
|
|
27
27
|
|
|
28
28
|
<a href="#"><img style="height:10px ; width:100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@6b0d399/assets/images/separators/aqua-gradient.png"></a>
|
|
29
29
|
|
|
@@ -98,7 +98,7 @@ console.log(personas['Linux Terminal'].prompt)
|
|
|
98
98
|
// => I want you to act as a linux terminal. I will type commands and you will...
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
<br><a href="https://github.com/sponsors/KudoAI"><img src="https://cdn.jsdelivr.net/gh/
|
|
101
|
+
<br><a href="https://github.com/sponsors/KudoAI"><img src="https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@e53b001/assets/images/banners/sponsor/$10/banner1660x260.png"></a>
|
|
102
102
|
|
|
103
103
|
<hr>
|
|
104
104
|
|
|
@@ -259,7 +259,7 @@ All contributions are very welcome!
|
|
|
259
259
|
|
|
260
260
|
<hr>
|
|
261
261
|
|
|
262
|
-
##
|
|
262
|
+
## 🤖 Related
|
|
263
263
|
|
|
264
264
|
<!-- GOOGLEGPT -->
|
|
265
265
|
|
|
@@ -332,7 +332,7 @@ All contributions are very welcome!
|
|
|
332
332
|
[**More JavaScript utilities**][js-utils] /
|
|
333
333
|
<a href="https://github.com/KudoAI/ai-personas/discussions">Discuss</a> /
|
|
334
334
|
<a href="https://github.com/KudoAI/ai-personas/issues">Report bug</a> /
|
|
335
|
-
<a href="mailto:security@
|
|
335
|
+
<a href="mailto:security@kudoai.com">Report vulnerability</a> /
|
|
336
336
|
<a href="#top">Back to top ↑</a>
|
|
337
337
|
|
|
338
338
|
[js-utils]: https://github.com/adamlui/js-utils/#readme
|