From 71f8d9d15cc00673802f792cfec43bdba8f432dc Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Wed, 20 Dec 2023 06:30:54 -0500 Subject: [PATCH] make openchat a math assistant modified: app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b16be68..907c791 100644 --- a/app.py +++ b/app.py @@ -712,7 +712,7 @@ def chat_together( chat_history_str = "\n\n".join(chat_history) else: chat_history_str = "<|end_of_turn|>\n\n".join(chat_history) - chat_history_str += "Assistant:" + chat_history_str += "<|end_of_turn|>Math Correct Assistant:" buffer = "" # Content buffer for accumulating the chunks