ptbk 0.71.0-0 → 0.72.0-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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +14 -18
package/README.md CHANGED
@@ -16,11 +16,11 @@ Supercharge your use of large language models
16
16
 
17
17
 
18
18
 
19
- ## ✨ New Features
20
19
 
21
- - ✨ **Support of [OpenAI o1 model](https://openai.com/o1/)**
22
20
 
21
+ # ✨ New Features
23
22
 
23
+ - ✨ **Support [OpenAI o1 model](https://openai.com/o1/)**
24
24
 
25
25
  ## 🤍 The Promptbook Whitepaper
26
26
 
@@ -68,6 +68,7 @@ File `write-website-content.ptbk.md`:
68
68
  > Instructions for creating web page content.
69
69
  >
70
70
  > - PIPELINE URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
71
+ > - PROMPTBOOK VERSION 0.0.1
71
72
  > - INPUT  PARAM `{rawTitle}` Automatically suggested a site name or empty text
72
73
  > - INPUT  PARAM `{rawAssigment}` Automatically generated site entry from image recognition
73
74
  > - OUTPUT PARAM `{websiteContent}` Web content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.71.0-0",
3
+ "version": "0.72.0-0",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -12,25 +12,21 @@
12
12
  "Pavol Hejný <me@pavolhejny.com> (https://www.pavolhejny.com/)"
13
13
  ],
14
14
  "keywords": [
15
- "ai",
16
- "llm",
17
- "prompt",
18
- "template",
19
- "language-model",
20
- "chatgpt",
21
15
  "autogpt",
22
- "machine-learning",
23
- "natural-language-processing",
24
- "nlp",
25
16
  "openai",
26
17
  "gpt-3",
27
18
  "gpt-4",
28
- "gpt-4o",
29
- "gpt-4o-mini",
30
- "o1",
31
- "o1-mini",
32
- "o1-preview",
33
- "anthropic"
19
+ "chatgpt",
20
+ "ai",
21
+ "machine-learning",
22
+ "natural-language-processing",
23
+ "nlp",
24
+ "prompt",
25
+ "template",
26
+ "pipeline",
27
+ "automation",
28
+ "text-generation",
29
+ "language-model"
34
30
  ],
35
31
  "license": "CC-BY-4.0",
36
32
  "bugs": {
@@ -48,9 +44,9 @@
48
44
  }
49
45
  ],
50
46
  "peerDependencies": {
51
- "@promptbook/core": "0.71.0-0"
47
+ "@promptbook/core": "0.72.0-0"
52
48
  },
53
49
  "dependencies": {
54
- "promptbook": "0.71.0-0"
50
+ "promptbook": "0.72.0-0"
55
51
  }
56
52
  }