mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
27 lines
378 B
Plaintext
27 lines
378 B
Plaintext
tiktoken>=0.3.2 # openai calculate token
|
|
|
|
#voice
|
|
pydub>=0.25.1 # need ffmpeg
|
|
gTTS>=2.3.1 # google text to speech
|
|
edge-tts # edge-tts
|
|
elevenlabs==1.0.3 # elevenlabs TTS
|
|
|
|
#install plugin
|
|
dulwich
|
|
|
|
# xunfei spark
|
|
websocket-client==1.2.0
|
|
|
|
# google
|
|
google-generativeai
|
|
|
|
# linkai
|
|
linkai
|
|
agentmesh-sdk
|
|
|
|
# file parsing (web_fetch document support)
|
|
pypdf
|
|
python-docx
|
|
openpyxl
|
|
python-pptx
|