ptbk 0.75.0-0 β 0.75.0-2
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 +1 -0
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -19,6 +19,7 @@ Build responsible, controlled and transparent applications on top of LLM models!
|
|
|
19
19
|
## β¨ New Features
|
|
20
20
|
|
|
21
21
|
- π Working [the **Book** language v1.0.0](https://github.com/webgptorg/book)
|
|
22
|
+
- π€ Run books from CLI - `npx ptbk run path/to/your/book`
|
|
22
23
|
- π Support of `.docx`, `.doc` and `.pdf` documents
|
|
23
24
|
- β¨ **Support of [OpenAI o1 model](https://openai.com/o1/)**
|
|
24
25
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.75.0-
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.75.0-2",
|
|
4
|
+
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
|
+
"--note-0": " <- [π]",
|
|
5
6
|
"private": false,
|
|
6
7
|
"sideEffects": false,
|
|
7
8
|
"repository": {
|
|
@@ -11,7 +12,7 @@
|
|
|
11
12
|
"contributors": [
|
|
12
13
|
"Pavol HejnΓ½ <me@pavolhejny.com> (https://www.pavolhejny.com/)"
|
|
13
14
|
],
|
|
14
|
-
"todo-0": "TODO: [βοΈ] Make better list of keywords",
|
|
15
|
+
"--todo-0": "TODO: [βοΈ] Make better list of keywords",
|
|
15
16
|
"keywords": [
|
|
16
17
|
"ai",
|
|
17
18
|
"llm",
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
}
|
|
51
52
|
],
|
|
52
53
|
"peerDependencies": {
|
|
53
|
-
"@promptbook/core": "0.75.0-
|
|
54
|
+
"@promptbook/core": "0.75.0-2"
|
|
54
55
|
},
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"promptbook": "0.75.0-
|
|
57
|
+
"promptbook": "0.75.0-2"
|
|
57
58
|
}
|
|
58
59
|
}
|