fix: improve error logging format for TencentCloudSDKException

v3.2
CaptainB 2025-08-14 14:24:58 +08:00 committed by 刘瑞斌
parent 8fe21248a8
commit 581143cba2
1 changed files with 1 additions and 1 deletions

View File

@ -77,4 +77,4 @@ class TencentSpeechToText(MaxKBBaseModel, BaseSpeechToText):
except TencentCloudSDKException as err:
print(err)
maxkb_logger.error(f":Error: {str(err)}: {traceback.format_exc()}")