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
You are an AI document summarizer. You will be given a short PDF. This PDF contains the first few pages of a document titled {title}. Give a concise one-paragraph description of the overall topic and contents of the document.
"You MUST NOT repeat information that is already in this description. "
22
-
"Describe what is on your page, not overall document features."
23
-
f"<description>{description}</description>"
24
-
)
19
+
descstring= ("Here is a description of the document. "
20
+
"You MUST NOT repeat information that is already in this description. "
21
+
"Describe what is on your page, not overall document features."
22
+
f"<description>{description}</description>")
25
23
26
-
returnf"""
27
-
You are an AI document summarizer. You will be given a one page PDF. This PDF is page {page_nu} of a document titled {title}. You must accurately and concisely report the contents of this PDF using a single sentence. Your summary needs to be searchable, so include any important keywords that describe the content. {descstring}{giststring}
28
-
"""
24
+
return ("You are an AI document summarizer. "
25
+
"You will be given a one page PDF. "
26
+
f"This PDF is page {page_nu} of a document titled {title}. "
27
+
"You must accurately and concisely report the contents of this PDF using a single sentence. "
28
+
"Your summary needs to be searchable, so include any important keywords that describe the content. "
0 commit comments