openaihub 1.1.21 → 1.1.23
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 +3 -1
- package/package.json +1 -1
- package/runtime/openaihub-windows.zip +0 -0
package/README.md
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
Install globally:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm install -g openaihub
|
|
6
|
+
npm install -g openaihub --registry https://registry.npmjs.org
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
+
If your machine uses a mirror registry, installing without `--registry` may pull an older mirrored version instead of the latest npm official release.
|
|
10
|
+
|
|
9
11
|
Current support: Windows x64, macOS arm64, macOS x64.
|
|
10
12
|
|
|
11
13
|
Runtime location after install:
|
package/package.json
CHANGED
|
Binary file
|