Skip to content

Commit 21accb3

Browse files
committed
Remove Chinese comments
1 parent e36f453 commit 21accb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/uc_eval/utils/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def _send_multi_request(
399399
turns = self._convert_conversation_2_turns(conversion, 2)
400400
for i, turn in enumerate(turns):
401401
in_content, reply = turn[0]["content"], turn[1]["content"]
402-
# 更新payload,然后发送请求
402+
# Update payload, then send request
403403
prompt = self._update_request_body(history, in_content)
404404
record: RequestRecord = self.send_request(prompt, max_tokens)
405405
record.case_name = case_name

0 commit comments

Comments
 (0)