Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

requirements-optional.txt 541B

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