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

38 lines
660 B
Plaintext
Raw Normal View History

2023-04-04 19:35:59 +08:00
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
2024-03-04 00:14:19 +08:00
edge-tts # edge-tts
2023-04-23 15:07:38 +08:00
numpy<=1.24.2
langid # language detect
elevenlabs==1.0.3 # elevenlabs TTS
2023-04-04 19:35:59 +08:00
2023-04-06 18:06:14 +08:00
#install plugin
dulwich
2023-08-25 16:55:32 +08:00
# xunfei spark
2023-08-25 23:57:59 +08:00
websocket-client==1.2.0
2023-09-01 10:32:33 +08:00
2024-03-25 21:41:40 +08:00
# claude API
2025-06-24 17:20:53 +08:00
anthropic==0.25.0
# tongyi qwen
broadscope_bailian
2023-12-19 11:47:33 +08:00
# google
google-generativeai
2024-01-16 19:17:32 +08:00
# tencentcloud sdk
tencentcloud-sdk-python>=3.0.0
# file parsing (web_fetch document support)
pypdf
python-docx
openpyxl
python-pptx