Skip to content

Commit dc0fd29

Browse files
committed
test
1 parent f7996d2 commit dc0fd29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

evaluation_function/evaluation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ def analyze_images(images, draw_images=True):
365365
total_time = time.time() - start_total
366366

367367
if params.get('debug', False):
368-
# print response structure for debugging purposes
368+
feedback_items.append(("TEST", "| Centered text |\n|:-------------:|\n| Hello woytfguyfgiuyftytfiufuytifuyttfuytyftyfityfifyttfiituyftfyifiytuituyfrld |"))
369+
370+
# print response structure for debugging purposes
369371
try:
370372
# use repr to avoid issues with binary data
371373
append_feedback("DEBUG Response Structure:", f"--- DEBUG Response Structure ---\n{repr(response)}")

0 commit comments

Comments
 (0)