Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
•
4aa9265
1
Parent(s):
e675e34
returnerror
Browse files- langchain_pipeline.py +3 -4
langchain_pipeline.py
CHANGED
@@ -80,7 +80,6 @@ safety_settings = {
|
|
80 |
generative_models.HarmCategory.HARM_CATEGORY_HARASSMENT: generative_models.HarmBlockThreshold.BLOCK_MEDIUM_AND_ABOVE,
|
81 |
}
|
82 |
|
83 |
-
|
84 |
-
|
85 |
-
return chat_response.content
|
86 |
-
|
|
|
80 |
generative_models.HarmCategory.HARM_CATEGORY_HARASSMENT: generative_models.HarmBlockThreshold.BLOCK_MEDIUM_AND_ABOVE,
|
81 |
}
|
82 |
|
83 |
+
def pipeline(file, model_name, balance_type, apsn_transactions, max_fees_per_day, min_overdrawn_fee, min_transaction_overdraft):
|
84 |
+
generate()
|
85 |
+
return chat_response.content
|
|