promptbook 0.59.0 → 0.60.0-3

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 +2 -2
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ![Promptbook logo - cube with letters P and B](./other/design/logo-h1.png) Promptbook
2
2
 
3
- Library to supercharge your use of large language models
3
+ Supercharge your use of large language models
4
4
 
5
5
 
6
6
 
@@ -30,7 +30,7 @@ If you need something more advanced or want to extend the capabilities of LLMs,
30
30
 
31
31
  In any of these situations, but especially in (3), the Promptbook library can make your life easier and make **orchestraror for your prompts**.
32
32
 
33
- - **Separation of concerns** between prompt engineer and programmer; between code files and prompt files; and between prompts, templates, templating pipelines, and their execution logic.
33
+ - **Separation of concerns** between prompt engineer and programmer; between code files and prompt files; and between prompts and their execution logic.
34
34
  - Set up a **common format** for prompts that is interchangeable between projects and language/technology stacks.
35
35
  - **Preprocessing** and cleaning the input data from the user.
36
36
  - Use default values - **Jokers** to bypass some parts of the pipeline.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.59.0",
4
- "description": "Library to supercharge your use of large language models",
3
+ "version": "0.60.0-3",
4
+ "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "repository": {
@@ -44,18 +44,18 @@
44
44
  }
45
45
  ],
46
46
  "dependencies": {
47
- "@promptbook/anthropic-claude": "0.59.0",
48
- "@promptbook/azure-openai": "0.59.0",
49
- "@promptbook/cli": "0.59.0",
50
- "@promptbook/core": "0.59.0",
51
- "@promptbook/execute-javascript": "0.59.0",
52
- "@promptbook/fake-llm": "0.59.0",
53
- "@promptbook/langtail": "0.59.0",
54
- "@promptbook/node": "0.59.0",
55
- "@promptbook/openai": "0.59.0",
56
- "@promptbook/remote-client": "0.59.0",
57
- "@promptbook/remote-server": "0.59.0",
58
- "@promptbook/types": "0.59.0",
59
- "@promptbook/utils": "0.59.0"
47
+ "@promptbook/anthropic-claude": "0.60.0-3",
48
+ "@promptbook/azure-openai": "0.60.0-3",
49
+ "@promptbook/cli": "0.60.0-3",
50
+ "@promptbook/core": "0.60.0-3",
51
+ "@promptbook/execute-javascript": "0.60.0-3",
52
+ "@promptbook/fake-llm": "0.60.0-3",
53
+ "@promptbook/langtail": "0.60.0-3",
54
+ "@promptbook/node": "0.60.0-3",
55
+ "@promptbook/openai": "0.60.0-3",
56
+ "@promptbook/remote-client": "0.60.0-3",
57
+ "@promptbook/remote-server": "0.60.0-3",
58
+ "@promptbook/types": "0.60.0-3",
59
+ "@promptbook/utils": "0.60.0-3"
60
60
  }
61
61
  }