Skip to content

Commit 4ea9603

Browse files
committed
included part number in prompt for trimming
1 parent 674fdb1 commit 4ea9603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conversion2025/mathpix_to_llm_with_lines_to_api.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@
14311431
" Full question:\n",
14321432
" {question}\n",
14331433
"\n",
1434-
" specific sub-question (part) of the question to extract from:\n",
1434+
" specific sub-question (part) of the question to extract from is part {part_number+1}:\n",
14351435
" {part_text}\n",
14361436
"\n",
14371437
" Return the JSON now.\n",
@@ -1475,7 +1475,7 @@
14751475
" Full question:\n",
14761476
" {question}\n",
14771477
"\n",
1478-
" Specific part-solution of the question to extract from:\n",
1478+
" Specific part-solution of the question to extract from is part {part_number+1}:\n",
14791479
" {solution_text}\n",
14801480
"\n",
14811481
" Return the JSON now.\n",

0 commit comments

Comments
 (0)