Files
chatgpt-on-wechat/requirements-optional.txt

23 lines
420 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: install on demand, see voice/edge/edge_voice.py
# elevenlabs: install on demand, see voice/elevent/elevent_voice.py
#install plugin
dulwich
# xunfei spark
websocket-client==1.2.0
# google
google-generativeai
# file parsing (web_fetch document support)
pypdf
python-docx
openpyxl
python-pptx