You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/main/tests/test_transcript.json
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12836,8 +12836,8 @@
12836
12836
" ]",
12837
12837
"]",
12838
12838
"for page in book:",
12839
-
" for sentence in page:",
12840
-
" print(sentence)",
12839
+
" for line in page:",
12840
+
" print(line)",
12841
12841
" print('---')"
12842
12842
],
12843
12843
"response": {
@@ -12847,9 +12847,7 @@
12847
12847
"answer": "The cat stretched.\nJacob stood on his tiptoes.\n---\nThe car turned the corner.\nKelly twirled in circles,\nshe opened the door.\n---\nAaron made a picture.\n---",
12848
12848
"choices": [
12849
12849
"The cat stretched.\n---\nJacob stood on his tiptoes.\n---\nThe car turned the corner.\n---\nKelly twirled in circles,\n---\nshe opened the door.\n---\nAaron made a picture.\n---",
12850
-
"The cat stretched.\nJacob stood on his tiptoes.\n---\nThe car turned the corner.\nKelly twirled in circles,\n---\nshe opened the door.\nAaron made a picture.\n---",
12851
12850
"The cat stretched.\nJacob stood on his tiptoes.\n---\nThe car turned the corner.\nKelly twirled in circles,\nshe opened the door.\n---\nAaron made a picture.\n---",
12852
-
"The cat stretched.\nJacob stood on his tiptoes.\nThe car turned the corner.\n---\nKelly twirled in circles,\nshe opened the door.\nAaron made a picture.\n---",
12853
12851
"The cat stretched. Jacob stood on his tiptoes.\n---\nThe car turned the corner. Kelly twirled in circles, she opened the door.\n---\nAaron made a picture.\n---",
0 commit comments