Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

24 lines
515B

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