voice-assistant / README_zh.md
AutoGeneralAI's picture
Synced repo using 'sync_with_huggingface' Github Action
753c946
# voice-assistant
实现的功能:语音助手。通过调用OpenAI官方API实现。
在线demo: https://huggingface.co/spaces/AutoGeneralAI/voice-assistant
## 使用方法
将自己的OpenAI API KEY https://platform.openai.com/ 放入key输入框,然后就可以愉快的语音对话了。
> 初次使用,浏览器,比如Chrome会询问是否允许打开麦克风,选择允许。
> 可以保存对话记录。目前只实现了对话。人类的角色可以语音,AI角色还是以文字输出。文字朗读出来的功能留待下次实现或者欢迎提pr。
![image](https://user-images.githubusercontent.com/105260427/234028574-eeb218f9-363a-4fee-88bf-8170b677e2e1.png)