update doc
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
<a href="README.zh-CN.md">简体中文</a> | <strong>English</strong>
|
<a href="README.zh-CN.md">简体中文</a> | <strong>English</strong>
|
||||||
</p>
|
</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
|
# aha
|
||||||
|
|
||||||
**Lightweight AI Inference Engine — All-in-one Solution for Text, Vision, Speech, and OCR**
|
**Lightweight AI Inference Engine — All-in-one Solution for Text, Vision, Speech, and OCR**
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
<a href="README.md">English</a> | <strong>简体中文</strong>
|
<a href="README.md">English</a> | <strong>简体中文</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<strong>官方网站:</strong> <a href="https://s5dgj23f.pub.makeit.coderbox.cn/">https://s5dgj23f.pub.makeit.coderbox.cn/</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
# aha
|
# aha
|
||||||
|
|
||||||
**轻量 AI 推理引擎 —— 文本、视觉、语音与 OCR 一站式解决方案**
|
**轻量 AI 推理引擎 —— 文本、视觉、语音与 OCR 一站式解决方案**
|
||||||
|
|||||||
@@ -179,8 +179,7 @@ curl http://127.0.0.1:10100/audio/speech \
|
|||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": [
|
"content": [
|
||||||
{"type": "text", "text": "Hello, this is AHA speaking."},
|
{"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"}}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -180,8 +180,7 @@ curl http://127.0.0.1:10100/audio/speech \
|
|||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": [
|
"content": [
|
||||||
{"type": "text", "text": "你好,这是 AHA 在说话。"},
|
{"type": "text", "text": "你好,这是 AHA 在说话。"}
|
||||||
{"type": "audio", "audio_url": {"url": "https://package-release.coderbox.cn/aiway/test/other/%E5%93%AA%E5%90%92.wav"}}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user