Skip to content

Commit cf0c562

Browse files
exiaohuliyuxuan-bd
authored andcommitted
fix: misc
1 parent f90b3ce commit cf0c562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/resources/batch/chat/completions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def create(
204204
if is_encrypt:
205205
resp = self._decrypt(e2e_key, e2e_nonce, resp)
206206
return resp
207-
207+
return resp
208208

209209
class AsyncCompletions(AsyncAPIResource):
210210
@cached_property

0 commit comments

Comments
 (0)