Logo
Explore Help
Register Sign In
yujunjun/dify
1
0
Fork 0
You've already forked dify
mirror of https://github.com/langgenius/dify.git synced 2025-07-04 07:34:51 +00:00
Code Issues Packages Projects Releases Wiki Activity
dify/api/services/errors/audio.py

19 lines
316 B
Python
Raw Normal View History

convert audio wav to mp3 (#552)
2023-07-12 17:18:56 +08:00
class NoAudioUploadedServiceError(Exception):
pass
Feat/chat support voice input (#532)
2023-07-07 17:50:42 +08:00
convert audio wav to mp3 (#552)
2023-07-12 17:18:56 +08:00
class AudioTooLargeServiceError(Exception):
pass
Feat/chat support voice input (#532)
2023-07-07 17:50:42 +08:00
convert audio wav to mp3 (#552)
2023-07-12 17:18:56 +08:00
class UnsupportedAudioTypeServiceError(Exception):
pass
Feat/chat support voice input (#532)
2023-07-07 17:50:42 +08:00
tts models support (#2033) Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com>
2024-01-24 01:05:37 +08:00
convert audio wav to mp3 (#552)
2023-07-12 17:18:56 +08:00
class ProviderNotSupportSpeechToTextServiceError(Exception):
tts models support (#2033) Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com>
2024-01-24 01:05:37 +08:00
pass
class ProviderNotSupportTextToSpeechServiceError(Exception):
pass
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 132ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API