|
@@ -127,8 +127,8 @@ def chatbot_wrapper(text, max_new_tokens, do_sample, temperature, top_p, typical
|
|
|
reply, next_character_found, substring_found = extract_message_from_reply(prompt, reply, name1, name2, check)
|
|
reply, next_character_found, substring_found = extract_message_from_reply(prompt, reply, name1, name2, check)
|
|
|
visible_reply = visible_reply.replace('\n', '<br>')
|
|
visible_reply = visible_reply.replace('\n', '<br>')
|