Update app.py
Browse files
app.py
CHANGED
@@ -350,8 +350,8 @@ def topic_sale_inform (text):
|
|
350 |
|
351 |
def callChains(current_message):
|
352 |
final_answer = generate(current_message, 1.0, 256, 0.9, 1.0)
|
353 |
-
sentiment_analysis_result = pipeline_predict_sentiment(current_message)
|
354 |
-
topic_sale_inform_result = topic_sale_inform(current_message)
|
355 |
#conversation.append_response("The Big lebowski.")
|
356 |
#conversation.add_user_input("Is it good?")
|
357 |
#final_answer = func(current_message)
|
|
|
350 |
|
351 |
def callChains(current_message):
|
352 |
final_answer = generate(current_message, 1.0, 256, 0.9, 1.0)
|
353 |
+
sentiment_analysis_result = "3"#pipeline_predict_sentiment(current_message)
|
354 |
+
topic_sale_inform_result = "4"# topic_sale_inform(current_message)
|
355 |
#conversation.append_response("The Big lebowski.")
|
356 |
#conversation.add_user_input("Is it good?")
|
357 |
#final_answer = func(current_message)
|