promptbook 0.81.0-21 → 0.81.0-23
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 +4 -20
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -108,32 +108,25 @@ We also have a community of developers and users of **Promptbook**:
|
|
|
108
108
|
- [Landing page `ptbk.io`](https://ptbk.io)
|
|
109
109
|
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
110
110
|
- [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
|
|
111
|
-
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
111
|
+
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
112
112
|
|
|
113
113
|
And **Promptbook.studio** branded socials:
|
|
114
114
|
|
|
115
|
-
|
|
116
|
-
|
|
117
115
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
118
116
|
|
|
119
|
-
|
|
120
|
-
|
|
121
117
|
And **Promptujeme** sub-brand:
|
|
122
118
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
119
|
+
_/Subbrand for Czech clients/_
|
|
126
120
|
|
|
127
121
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
128
122
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
129
123
|
|
|
130
|
-
|
|
131
124
|
And **Promptbook.city** branded socials:
|
|
132
125
|
|
|
133
|
-
|
|
126
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
134
127
|
|
|
135
128
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
136
|
-
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
129
|
+
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
137
130
|
|
|
138
131
|
|
|
139
132
|
|
|
@@ -267,11 +260,6 @@ Or you can install them separately:
|
|
|
267
260
|
|
|
268
261
|
## 📚 Dictionary
|
|
269
262
|
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
263
|
### 📚 Dictionary
|
|
276
264
|
|
|
277
265
|
The following glossary is used to clarify certain concepts:
|
|
@@ -287,8 +275,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
287
275
|
- **Retrieval-augmented generation** is a machine learning paradigm where a model generates text by retrieving relevant information from a large database of text. This approach combines the benefits of generative models and retrieval models.
|
|
288
276
|
- **Longtail** refers to non-common or rare events, items, or entities that are not well-represented in the training data of machine learning models. Longtail items are often challenging for models to predict accurately.
|
|
289
277
|
|
|
290
|
-
|
|
291
|
-
|
|
292
278
|
_Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
293
279
|
|
|
294
280
|
#### Promptbook core
|
|
@@ -349,8 +335,6 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
|
|
|
349
335
|
- [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
|
|
350
336
|
- [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
|
|
351
337
|
|
|
352
|
-
|
|
353
|
-
|
|
354
338
|
### Terms specific to Promptbook TypeScript implementation
|
|
355
339
|
|
|
356
340
|
- Anonymous mode
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "promptbook",
|
|
3
|
-
"version": "0.81.0-
|
|
3
|
+
"version": "0.81.0-23",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"--note-0": " <- [🐊]",
|
|
6
6
|
"private": false,
|
|
@@ -51,31 +51,31 @@
|
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@promptbook/core": "0.81.0-
|
|
54
|
+
"@promptbook/core": "0.81.0-23"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@promptbook/anthropic-claude": "0.81.0-
|
|
58
|
-
"@promptbook/azure-openai": "0.81.0-
|
|
59
|
-
"@promptbook/browser": "0.81.0-
|
|
60
|
-
"@promptbook/cli": "0.81.0-
|
|
61
|
-
"@promptbook/core": "0.81.0-
|
|
62
|
-
"@promptbook/documents": "0.81.0-
|
|
63
|
-
"@promptbook/editable": "0.81.0-
|
|
64
|
-
"@promptbook/execute-javascript": "0.81.0-
|
|
65
|
-
"@promptbook/fake-llm": "0.81.0-
|
|
66
|
-
"@promptbook/google": "0.81.0-
|
|
67
|
-
"@promptbook/legacy-documents": "0.81.0-
|
|
68
|
-
"@promptbook/markdown-utils": "0.81.0-
|
|
69
|
-
"@promptbook/node": "0.81.0-
|
|
70
|
-
"@promptbook/openai": "0.81.0-
|
|
71
|
-
"@promptbook/pdf": "0.81.0-
|
|
72
|
-
"@promptbook/remote-client": "0.81.0-
|
|
73
|
-
"@promptbook/remote-server": "0.81.0-
|
|
74
|
-
"@promptbook/templates": "0.81.0-
|
|
75
|
-
"@promptbook/types": "0.81.0-
|
|
76
|
-
"@promptbook/utils": "0.81.0-
|
|
77
|
-
"@promptbook/vercel": "0.81.0-
|
|
78
|
-
"@promptbook/website-crawler": "0.81.0-
|
|
79
|
-
"@promptbook/wizzard": "0.81.0-
|
|
57
|
+
"@promptbook/anthropic-claude": "0.81.0-23",
|
|
58
|
+
"@promptbook/azure-openai": "0.81.0-23",
|
|
59
|
+
"@promptbook/browser": "0.81.0-23",
|
|
60
|
+
"@promptbook/cli": "0.81.0-23",
|
|
61
|
+
"@promptbook/core": "0.81.0-23",
|
|
62
|
+
"@promptbook/documents": "0.81.0-23",
|
|
63
|
+
"@promptbook/editable": "0.81.0-23",
|
|
64
|
+
"@promptbook/execute-javascript": "0.81.0-23",
|
|
65
|
+
"@promptbook/fake-llm": "0.81.0-23",
|
|
66
|
+
"@promptbook/google": "0.81.0-23",
|
|
67
|
+
"@promptbook/legacy-documents": "0.81.0-23",
|
|
68
|
+
"@promptbook/markdown-utils": "0.81.0-23",
|
|
69
|
+
"@promptbook/node": "0.81.0-23",
|
|
70
|
+
"@promptbook/openai": "0.81.0-23",
|
|
71
|
+
"@promptbook/pdf": "0.81.0-23",
|
|
72
|
+
"@promptbook/remote-client": "0.81.0-23",
|
|
73
|
+
"@promptbook/remote-server": "0.81.0-23",
|
|
74
|
+
"@promptbook/templates": "0.81.0-23",
|
|
75
|
+
"@promptbook/types": "0.81.0-23",
|
|
76
|
+
"@promptbook/utils": "0.81.0-23",
|
|
77
|
+
"@promptbook/vercel": "0.81.0-23",
|
|
78
|
+
"@promptbook/website-crawler": "0.81.0-23",
|
|
79
|
+
"@promptbook/wizzard": "0.81.0-23"
|
|
80
80
|
}
|
|
81
81
|
}
|