mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
Merge branch 'main' into feat/profile-capability-fallback
This commit is contained in:
@@ -166,6 +166,9 @@ bl config list
|
||||
|
||||
# Switch config profile
|
||||
bl config use --name token-plan
|
||||
|
||||
# Switch the CLI interface to Chinese
|
||||
bl config set --key language --value zh-CN
|
||||
```
|
||||
|
||||
Config file location: `~/.bailian/config.json`
|
||||
|
||||
@@ -165,6 +165,9 @@ bl config list
|
||||
|
||||
# 切换配置档
|
||||
bl config use --name token-plan
|
||||
|
||||
# 将 CLI 界面切换为中文
|
||||
bl config set --key language --value zh-CN
|
||||
```
|
||||
|
||||
配置文件位置:`~/.bailian/config.json`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bailian-cli",
|
||||
"version": "1.17.0",
|
||||
"version": "1.17.1",
|
||||
"description": "CLI for Aliyun Model Studio (DashScope) AI Platform.",
|
||||
"keywords": [
|
||||
"agent",
|
||||
|
||||
Reference in New Issue
Block a user