Spaces:
Sleeping
Sleeping
Update categories/random_/__init__.py
Browse files
categories/random_/__init__.py
CHANGED
|
@@ -27,6 +27,7 @@ system_message_prompt = SystemMessagePromptTemplate.from_template(
|
|
| 27 |
"may use context to make an educated guess about the currency. Use null if you are "
|
| 28 |
"unable to find certain details. Fields with formats specified as date, time, or "
|
| 29 |
"datetime should be ISO 8601 compliant.\n"
|
|
|
|
| 30 |
"{format_instructions}"
|
| 31 |
)
|
| 32 |
human_message_prompt = HumanMessagePromptTemplate.from_template("{text}")
|
|
|
|
| 27 |
"may use context to make an educated guess about the currency. Use null if you are "
|
| 28 |
"unable to find certain details. Fields with formats specified as date, time, or "
|
| 29 |
"datetime should be ISO 8601 compliant.\n"
|
| 30 |
+
"Make sure if the dollar sign is present change amount to by multiplying by 83.33.\n"
|
| 31 |
"{format_instructions}"
|
| 32 |
)
|
| 33 |
human_message_prompt = HumanMessagePromptTemplate.from_template("{text}")
|