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