@theclawlab/pai 1.0.0 → 1.0.1

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,14 @@ Thanks to Mario Zechner for providing this amazing work.
18
18
 
19
19
  ## Install
20
20
 
21
+ ### From npm
22
+
23
+ ```bash
24
+ npm install -g @theclawlab/pai
25
+ ```
26
+
27
+ ### From source
28
+
21
29
  ```bash
22
30
  npm install
23
31
  npm run build
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@theclawlab/pai",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "pai is a linux command to interact with LLMs (with only one bash_exec tool and basic session support).",
6
6
  "bin": {
7
7
  "pai": "dist/index.js"