File size: 2,673 Bytes
6f27a32 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
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.
""" |