We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0225abb commit b479d92Copy full SHA for b479d92
volcenginesdkarkruntime/resources/chat/completions.py
@@ -151,7 +151,7 @@ def _decrypt(
151
key, nonce, choice.message.content
152
)
153
except Exception:
154
- content = ''
+ content = ''
155
if content == '' or not decrypt_validate(choice.message.content):
156
content = aes_gcm_decrypt_base64_list(
157
0 commit comments