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
Look at the image and output the chapters that you see. Focus only on the text content visible in the image. Do not generate any content that isn't visible in the image.
10
9
Format the output in Title Case. Do not assume the ordering based on the first number that is read, only use numbering that is visible.
11
10
12
11
For numbered chapters (numbered being either numeric (e.g. 1,2,3) or roman numerals (e.g. I,II,X), format as 'Chapter [number]: [title]'. Ensure that all roman numerals are converted to their numerical equivalents.
13
12
For other chapters without numbers, format as '[category]: [title]' when a category is present. Omit the category when not.
13
+
"""
14
14
15
-
Please can you match the chapter names against the <links> provided, using the page number next to the chapter as reference, omitting any that don't have a page.
15
+
LINKS_PROMPT="""
16
+
Match the chapter names against the <links> provided, using the page number next to the chapter as reference, omitting any that don't have a page.
16
17
IMPORTANT: Do not modify the input links to match chapter numbering on the contents page
17
18
"""
18
19
20
+
PAGES_PROMPT="""
21
+
Estimate the page urls, using the page number next to the chapter as a reference.
22
+
Use <contents-url> as an anchor - this is where the contents page is. The first chapter is usually the page after this.
23
+
The page urls to reference are in <pages> - Please match the chapter names against entries within this list.
0 commit comments