@tokenaut/opentoken 1.4.1 → 1.4.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 +4 -4
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # @opentoken/opentoken
1
+ # @tokenaut/opentoken
2
2
 
3
- 快速接入 [opentoken.io](https://zhcycs.co.opentoken.io/) 的强大模型。
3
+ 快速接入 [opentoken](https://docs.opentoken.io/) 的强大模型。
4
4
 
5
5
  ## 安装
6
6
 
7
7
  ```bash
8
- npx @opentoken/opentoken
9
- npm install -g @opentoken/opentoken
8
+ npx @tokenaut/opentoken
9
+ npm install -g @tokenaut/opentoken
10
10
  ```
11
11
 
12
12
  ## 命令
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@tokenaut/opentoken",
3
- "version": "1.4.1",
4
- "description": "OpenToken 一键接入 AI 模型 · https://zhcycs.co.opentoken.io/",
3
+ "version": "1.4.3",
4
+ "description": "OpenToken 一键接入 AI 模型 · https://docs.opentoken.io/",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
7
7
  "opentoken": "bin/opentoken.js"
8
8
  },
9
+ "files": [
10
+ "bin",
11
+ "src"
12
+ ],
9
13
  "scripts": {
10
14
  "start": "node bin/opentoken.js",
11
15
  "dev": "node bin/opentoken.js"