update doc

This commit is contained in:
jhqxxx
2026-05-30 19:31:43 +08:00
parent 69af1ceba5
commit c1b84f880e
4 changed files with 10 additions and 4 deletions
+4
View File
@@ -18,6 +18,10 @@
<a href="README.zh-CN.md">简体中文</a> | <strong>English</strong>
</p>
<p align="center">
<strong>Official Website:</strong> <a href="https://s5dgj23f.pub.makeit.coderbox.cn/">https://s5dgj23f.pub.makeit.coderbox.cn/</a>
</p>
# aha
**Lightweight AI Inference Engine — All-in-one Solution for Text, Vision, Speech, and OCR**
+4
View File
@@ -18,6 +18,10 @@
<a href="README.md">English</a> | <strong>简体中文</strong>
</p>
<p align="center">
<strong>官方网站:</strong> <a href="https://s5dgj23f.pub.makeit.coderbox.cn/">https://s5dgj23f.pub.makeit.coderbox.cn/</a>
</p>
# aha
**轻量 AI 推理引擎 —— 文本、视觉、语音与 OCR 一站式解决方案**
+1 -2
View File
@@ -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."}
]
}
]
+1 -2
View File
@@ -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 在说话。"}
]
}
]