File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " fastapi_poe"
7- version = " 0.0.82 "
7+ version = " 0.0.83 "
88authors = [
99 { name =" Yusheng Ding" , email =" yding@quora.com" },
1010 { name =" Kris Yang" , email =" kryang@quora.com" },
Original file line number Diff line number Diff line change 66"""
77
88TEXT_ATTACHMENT_TEMPLATE = (
9- """Your response must be in the language of the relevant queries related to the document.\n """
109 """Below is the content of {attachment_name}:\n \n {attachment_parsed_content}"""
1110)
1211URL_ATTACHMENT_TEMPLATE = (
1312 """Assume you can access the external URL {attachment_name}. """
14- """Your response must be in the language of the relevant queries related to the URL.\n """
1513 """Use the URL's content below to respond to the queries:\n \n {content}"""
1614)
1715IMAGE_VISION_ATTACHMENT_TEMPLATE = (
You can’t perform that action at this time.
0 commit comments