您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

requirements-optional.txt 526B

1234567891011121314151617181920212223242526
  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. #install plugin
  10. dulwich
  11. # wechaty
  12. wechaty>=0.10.7
  13. wechaty_puppet>=0.4.23
  14. pysilk_mod>=1.6.0 # needed by send voice
  15. # wechatmp wechatcom
  16. web.py
  17. wechatpy
  18. # chatgpt-tool-hub plugin
  19. --extra-index-url https://pypi.python.org/simple
  20. chatgpt_tool_hub>=0.4.1