ups
Browse files- controller.py +2 -2
controller.py
CHANGED
@@ -95,8 +95,8 @@ class Controller:
|
|
95 |
else:
|
96 |
text = agent_chat_bot.predict(input=user_message)
|
97 |
|
98 |
-
print("------------
|
99 |
-
print(
|
100 |
print("------------ /result -----------------------")
|
101 |
result = cut_text_after_keyword(text, "Human:")
|
102 |
print(result)
|
|
|
95 |
else:
|
96 |
text = agent_chat_bot.predict(input=user_message)
|
97 |
|
98 |
+
print("------------ text -----------------------")
|
99 |
+
print(text)
|
100 |
print("------------ /result -----------------------")
|
101 |
result = cut_text_after_keyword(text, "Human:")
|
102 |
print(result)
|