Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
•
671291d
1
Parent(s):
5078080
message
Browse files- langchain_pipeline.py +2 -2
langchain_pipeline.py
CHANGED
@@ -54,9 +54,9 @@ def pipeline(file, model_name, balance_type, apsn_transactions, max_fees_per_day
|
|
54 |
What is the minimum transaction amount to trigger an overdraft?: {min_transaction_overdraft}
|
55 |
|
56 |
Please output in the following format:
|
57 |
-
{{entire disclosure text}}
|
58 |
------
|
59 |
-
{{reasons_for_changes}}
|
60 |
"""
|
61 |
)
|
62 |
val = prompt.format(
|
|
|
54 |
What is the minimum transaction amount to trigger an overdraft?: {min_transaction_overdraft}
|
55 |
|
56 |
Please output in the following format:
|
57 |
+
{{entire updated disclosure text}}
|
58 |
------
|
59 |
+
{{reasons_for_changes with cases or law cited}}
|
60 |
"""
|
61 |
)
|
62 |
val = prompt.format(
|