@promptbook/remote-client 0.46.0-3 → 0.46.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 +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,6 +20,10 @@ Library to supercharge your use of large language models
20
20
  To install this package, run:
21
21
 
22
22
  ```bash
23
+ # Install entire promptbook ecosystem
24
+ npm i ptbk
25
+
26
+ # Install just this package to save space
23
27
  npm i @promptbook/remote-client
24
28
  ```
25
29
 
@@ -31,7 +35,7 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
31
35
 
32
36
 
33
37
 
34
- ## 🤍 Whitepaper
38
+ ## 🤍 The Promptbook Whitepaper
35
39
 
36
40
  When you have a simple, single prompt for ChatGPT, GPT-4, Anthropic Claude, Google Gemini, Llama 2, or whatever, it doesn't matter how it is integrated. Whether it's the direct calling of a REST API, using the SDK, hardcoding the prompt in the source code, or importing a text file, the process remains the same.
37
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/remote-client",
3
- "version": "0.46.0-3",
3
+ "version": "0.46.0",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "socket.io-client": "4.7.2"
38
38
  },
39
39
  "peerDependencies": {
40
- "@promptbook/core": "0.46.0-3"
40
+ "@promptbook/core": "0.46.0"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",