mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
chore: release 1.3.2
Bump bailian-cli / bailian-cli-core to 1.3.2, sync skill version, and document the omni --audio HTTP 400 fix (#54) in CHANGELOG. Also add the .ogg extension to the --audio help text and reference doc.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bailian-cli",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "CLI for Aliyun Model Studio (DashScope) AI Platform.",
|
||||
"keywords": [
|
||||
"agent",
|
||||
|
||||
@@ -100,7 +100,7 @@ export default defineCommand({
|
||||
{ flag: "--image <url>", description: "Image URL or local file (repeatable)", type: "array" },
|
||||
{
|
||||
flag: "--audio <url>",
|
||||
description: "Audio URL or local file (.wav/.mp3/.amr/.aac/.m4a/.3gp/.3gpp)",
|
||||
description: "Audio URL or local file (.wav/.mp3/.amr/.aac/.m4a/.ogg/.3gp/.3gpp)",
|
||||
type: "array",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user