BookApp / PromptHelper.py
Mr-TD's picture
Upload files
6f27a32
raw
history blame contribute delete
No virus
2.67 kB
P1 = """Use the following pieces of information to give the real book name .
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Main Categoy : {main_cat}
Only return one book name along with published year and author in following formate
Book name (published year) by author name.
, nothing else., nothing else.
"""
P1_1 = """Use the following pieces of information to give the real book name .
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Main Categoy : {main_cat}
Published in : {p_year}
Only return one book name along with published year and author in following formate
Book name (published year) by author name.
, nothing else., nothing else.
"""
P2 = """Use the following pieces of information to give the real book name .
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Main Categoy : {main_cat}
Topic Name : {topic}
Only return one book name along with published year and author in following formate
Book name (published year) by author name.
, nothing else., nothing else.
"""
P3 = """Use the following pieces of information to give the real book name .
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Main Categoy : {main_cat}
Topic Name : {topic}
Published in : {p_year}
Only return one book name along with published year and author in following formate
Book name (published year) by author name.
, nothing else., nothing else.
"""
P4 = """Use the following pieces of information to give the real book name .
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Main Categoy : {main_cat}
List of Genres : {genres}
Only return one book name along with published year and author in following formate
Book name (published year) by author name.
, nothing else., nothing else.
"""
P5 = """Use the following pieces of information to give the real book name .
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Main Categoy : {main_cat}
List of Genres : {genres}
Published in : {p_year}
Only return one book name along with published year and author in following formate
Book name (published year) by author name.
, nothing else.
"""