mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-23 22:29:49 +08:00

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>
19 lines
316 B
Python
19 lines
316 B
Python
class NoAudioUploadedServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class AudioTooLargeServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class UnsupportedAudioTypeServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class ProviderNotSupportSpeechToTextServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class ProviderNotSupportTextToSpeechServiceError(Exception):
|
|
pass
|