forked from hanfangyuan4396/dify-on-wechat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
41 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
tiktoken>=0.3.2 # openai calculate token | ||
|
||
#voice | ||
pydub>=0.25.1 # need ffmpeg | ||
SpeechRecognition # google speech to text | ||
gTTS>=2.3.1 # google text to speech | ||
pyttsx3>=2.90 # pytsx text to speech | ||
baidu_aip>=4.16.10 # baidu voice | ||
# azure-cognitiveservices-speech # azure voice | ||
|
||
# wechaty | ||
wechaty>=0.10.7 | ||
wechaty_puppet>=0.4.23 | ||
pysilk_mod>=1.6.0 # needed by send voice | ||
|
||
# webuiapi plugin | ||
webuiapi>=0.6.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
openai>=0.27.2 | ||
baidu_aip>=4.16.10 | ||
gTTS>=2.3.1 | ||
HTMLParser>=0.0.2 | ||
pydub>=0.25.1 | ||
PyQRCode>=1.2.1 | ||
pysilk>=0.0.1 | ||
pysilk_mod>=1.6.0 | ||
pyttsx3>=2.90 | ||
qrcode>=7.4.2 | ||
requests>=2.28.2 | ||
webuiapi>=0.6.2 | ||
wechaty>=0.10.7 | ||
wechaty_puppet>=0.4.23 | ||
chardet>=5.1.0 | ||
SpeechRecognition | ||
tiktoken>=0.3.2 | ||
chardet>=5.1.0 |