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
|
2023-04-27 19:38:33 +08:00
|
|
|
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
|
2023-04-23 04:22:37 +08:00
|
|
|
langid # language detect
|
2024-04-01 06:26:39 +00:00
|
|
|
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
|
2023-11-19 22:42:44 +08:00
|
|
|
|
|
|
|
|
# tongyi qwen
|
|
|
|
|
broadscope_bailian
|
2023-12-19 11:47:33 +08:00
|
|
|
|
|
|
|
|
# google
|
|
|
|
|
google-generativeai
|
2024-01-16 19:17:32 +08:00
|
|
|
|
2025-04-11 15:50:28 +08:00
|
|
|
# tencentcloud sdk
|
|
|
|
|
tencentcloud-sdk-python>=3.0.0
|
2026-03-11 17:47:15 +08:00
|
|
|
|
|
|
|
|
# file parsing (web_fetch document support)
|
|
|
|
|
pypdf
|
|
|
|
|
python-docx
|
|
|
|
|
openpyxl
|
|
|
|
|
python-pptx
|