requirements-optional.txt 582 B

1234567891011121314151617181920212223242526272829
  1. tiktoken>=0.3.2 # openai calculate token
  2. #voice
  3. pydub>=0.25.1 # need ffmpeg
  4. SpeechRecognition # google speech to text
  5. gTTS>=2.3.1 # google text to speech
  6. pyttsx3>=2.90 # pytsx text to speech
  7. baidu_aip>=4.16.10 # baidu voice
  8. azure-cognitiveservices-speech # azure voice
  9. numpy<=1.24.2
  10. langid # language detect
  11. elevenlabs==0.2.15
  12. #install plugin
  13. dulwich
  14. # wechaty
  15. wechaty>=0.10.7
  16. wechaty_puppet>=0.4.23
  17. pysilk_mod>=1.6.0 # needed by send voice
  18. # wechatmp wechatcom
  19. web.py
  20. wechatpy
  21. # chatgpt-tool-hub plugin
  22. --extra-index-url https://pypi.python.org/simple
  23. chatgpt_tool_hub==0.4.3