ptbk 0.68.3 → 0.68.4

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,6 +18,10 @@ Supercharge your use of large language models
18
18
 
19
19
 
20
20
 
21
+ # ✨ New Features
22
+
23
+ - ✨ **Support [OpenAI o1 model](https://openai.com/o1/)**
24
+
21
25
  ## 🤍 The Promptbook Whitepaper
22
26
 
23
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.68.3",
3
+ "version": "0.68.4",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -44,9 +44,9 @@
44
44
  }
45
45
  ],
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.68.3"
47
+ "@promptbook/core": "0.68.4"
48
48
  },
49
49
  "dependencies": {
50
- "promptbook": "0.68.3"
50
+ "promptbook": "0.68.4"
51
51
  }
52
52
  }