Skip to content

Commit 0d34db7

Browse files
committed
release v0.1.6
1 parent ecd7862 commit 0d34db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editscore/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def mllm_output_to_dict(input_string, give_up_parsing=False, text_prompt=None, s
213213

214214
if give_up_parsing:
215215
guessed_value = random.randint(0, score_range)
216-
json_content = {'score': [guessed_value], "reasoning": f"guess_if_cannot_parse | {input_string}"}
216+
json_content = {'score': [guessed_value, guessed_value], "reasoning": f"guess_if_cannot_parse | {input_string}"}
217217
return json_content
218218

219219
# Define the delimiters

0 commit comments

Comments
 (0)