fix
This commit is contained in:
parent
6702334df4
commit
545bd2b8c3
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user