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

requirements-optional.txt 651B

8 个月前
123456789101112131415161718192021222324252627282930313233343536373839404142
  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. edge-tts # edge-tts
  10. numpy<=1.24.2
  11. langid # language detect
  12. #install plugin
  13. dulwich
  14. # wechatmp && wechatcom
  15. web.py
  16. wechatpy
  17. # chatgpt-tool-hub plugin
  18. chatgpt_tool_hub==0.5.0
  19. # xunfei spark
  20. websocket-client==1.2.0
  21. # claude bot
  22. curl_cffi
  23. # claude API
  24. anthropic
  25. # tongyi qwen
  26. broadscope_bailian
  27. # google
  28. google-generativeai
  29. # dingtalk
  30. dingtalk_stream
  31. # zhipuai
  32. zhipuai>=2.0.1