为了更像心目中的 Jarvis, 我们需要语音交流
from pathlib import Path |
这里试了几个 lib, 有一个 pyttsx3, 发现我现有 py3 版本不太匹配,报错.
然后就放弃直接调用 openAI 的能力了.
langchain 官网的例子https://python.langchain.com/en/latest/use_cases/chatbots/voice_assistant.html
用的是 pyttsx3
和 speech_recognition