From c1b84f880e2bcad1ccf3d678d9162f51e439e062 Mon Sep 17 00:00:00 2001 From: jhqxxx <18280426169@163.com> Date: Sat, 30 May 2026 19:31:43 +0800 Subject: [PATCH] update doc --- README.md | 4 ++++ README.zh-CN.md | 4 ++++ docs/getting-started.md | 3 +-- docs/getting-started.zh-CN.md | 3 +-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3def6c..b14ca71 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ 简体中文 | English

+

+ Official Website: https://s5dgj23f.pub.makeit.coderbox.cn/ +

+ # aha **Lightweight AI Inference Engine — All-in-one Solution for Text, Vision, Speech, and OCR** diff --git a/README.zh-CN.md b/README.zh-CN.md index 0b46f03..4cd56af 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -18,6 +18,10 @@ English | 简体中文

+

+ 官方网站: https://s5dgj23f.pub.makeit.coderbox.cn/ +

+ # aha **轻量 AI 推理引擎 —— 文本、视觉、语音与 OCR 一站式解决方案** diff --git a/docs/getting-started.md b/docs/getting-started.md index 0aadff5..e474bc0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -179,8 +179,7 @@ curl http://127.0.0.1:10100/audio/speech \ { "role": "user", "content": [ - {"type": "text", "text": "Hello, this is AHA speaking."}, - {"type": "audio", "audio_url": {"url": "https://package-release.coderbox.cn/aiway/test/other/%E5%93%AA%E5%90%92.wav"}} + {"type": "text", "text": "Hello, this is AHA speaking."} ] } ] diff --git a/docs/getting-started.zh-CN.md b/docs/getting-started.zh-CN.md index f41ae95..162fd3a 100644 --- a/docs/getting-started.zh-CN.md +++ b/docs/getting-started.zh-CN.md @@ -180,8 +180,7 @@ curl http://127.0.0.1:10100/audio/speech \ { "role": "user", "content": [ - {"type": "text", "text": "你好,这是 AHA 在说话。"}, - {"type": "audio", "audio_url": {"url": "https://package-release.coderbox.cn/aiway/test/other/%E5%93%AA%E5%90%92.wav"}} + {"type": "text", "text": "你好,这是 AHA 在说话。"} ] } ]