mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-18 08:07:17 +08:00
33 lines
596 B
Plaintext
33 lines
596 B
Plaintext
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
|
|
numpy<=1.24.2
|
|
langid # language detect
|
|
|
|
#install plugin
|
|
dulwich
|
|
|
|
# wechaty
|
|
wechaty>=0.10.7
|
|
wechaty_puppet>=0.4.23
|
|
# pysilk_mod>=1.6.0 # needed by send voice only in wechaty
|
|
|
|
# wechatmp wechatcom
|
|
web.py
|
|
wechatpy
|
|
|
|
# chatgpt-tool-hub plugin
|
|
chatgpt_tool_hub==0.4.6
|
|
|
|
# xunfei spark
|
|
websocket-client==1.2.0
|
|
|
|
# claude bot
|
|
curl_cffi
|