This commit is contained in:
syui 2025-03-23 08:08:27 +09:00
parent 6702334df4
commit 545bd2b8c3
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -9,6 +9,8 @@ NPCなどの会話や操作を音声とAIで実行します。
具体的な仕組みとしては、まずEnterを押すと、音声を読み取ります。読み取った音声を文字に変換し、それをchatgptに渡します。回答を再び音声に変換し、NPCと会話できるというシステムです。
<iframe src="https://blueprintue.com/render/i95n84w5/" scrolling="no" allowfullscreen style="width:100%;height:400px"></iframe>
```sh
$ curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \