mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-18 01:26:56 +08:00
13 lines
242 B
Python
13 lines
242 B
Python
class NoAudioUploadedServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class AudioTooLargeServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class UnsupportedAudioTypeServiceError(Exception):
|
|
pass
|
|
|
|
class ProviderNotSupportSpeechToTextServiceError(Exception):
|
|
pass |