bailian-cli 1.1.2 → 1.1.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.
- package/README_CN.md +11 -11
- package/dist/bailian.mjs +169 -168
- package/package.json +2 -2
package/README_CN.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://www.typescriptlang.org)
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
|
|
12
|
-
[阿里云百炼 CLI 官方主页](https://bailian.console.aliyun.com/cli) · [English](https://github.com/modelstudioai/cli/blob/main/README.md) · [API 文档](https://help.aliyun.com/zh/model-studio/) · [获取 API Key](https://bailian.console.aliyun.com/
|
|
12
|
+
[阿里云百炼 CLI 官方主页](https://bailian.console.aliyun.com/cli?source_channel=cli_github&) · [English](https://github.com/modelstudioai/cli/blob/main/README.md) · [API 文档](https://help.aliyun.com/zh/model-studio/) · [获取 API Key](https://bailian.console.aliyun.com/cli?source_channel=key_github&)
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
@@ -100,13 +100,13 @@ bl app list
|
|
|
100
100
|
bl usage free --model qwen3-max
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
-
> 更多案例与使用场景:[阿里云百炼 CLI 官方主页](https://bailian.console.aliyun.com/cli)
|
|
103
|
+
> 更多案例与使用场景:[阿里云百炼 CLI 官方主页](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)
|
|
104
104
|
|
|
105
105
|
## 认证方式
|
|
106
106
|
|
|
107
107
|
### DashScope API Key
|
|
108
108
|
|
|
109
|
-
大部分命令均需要 API Key。前往 [DashScope 控制台](https://bailian.console.aliyun.com/
|
|
109
|
+
大部分命令均需要 API Key。前往 [DashScope 控制台](https://bailian.console.aliyun.com/cli?source_channel=key_github&) 获取。
|
|
110
110
|
|
|
111
111
|
```bash
|
|
112
112
|
# 方式一:环境变量
|
|
@@ -158,14 +158,14 @@ bl update
|
|
|
158
158
|
|
|
159
159
|
## 相关链接
|
|
160
160
|
|
|
161
|
-
| 资源 | 地址
|
|
162
|
-
| :---------------------- |
|
|
163
|
-
| 阿里云百炼 CLI 官方主页 | https://bailian.console.aliyun.com/cli
|
|
164
|
-
| DashScope API 文档 | https://help.aliyun.com/zh/model-studio/
|
|
165
|
-
| 通义千问模型列表 | https://help.aliyun.com/zh/model-studio/getting-started/models
|
|
166
|
-
| 阿里云百炼控制台 | https://bailian.console.aliyun.com/
|
|
167
|
-
| 获取 API Key | https://bailian.console.aliyun.com/
|
|
168
|
-
| 获取 AccessKey | https://ram.console.aliyun.com/manage/ak
|
|
161
|
+
| 资源 | 地址 |
|
|
162
|
+
| :---------------------- | :---------------------------------------------------------------- |
|
|
163
|
+
| 阿里云百炼 CLI 官方主页 | https://bailian.console.aliyun.com/cli?source_channel=cli_github& |
|
|
164
|
+
| DashScope API 文档 | https://help.aliyun.com/zh/model-studio/ |
|
|
165
|
+
| 通义千问模型列表 | https://help.aliyun.com/zh/model-studio/getting-started/models |
|
|
166
|
+
| 阿里云百炼控制台 | https://bailian.console.aliyun.com/ |
|
|
167
|
+
| 获取 API Key | https://bailian.console.aliyun.com/cli?source_channel=key_github& |
|
|
168
|
+
| 获取 AccessKey | https://ram.console.aliyun.com/manage/ak |
|
|
169
169
|
|
|
170
170
|
## 更新日志
|
|
171
171
|
|