1 parent d344309 commit d0ab908Copy full SHA for d0ab908
1 file changed
utils.py
@@ -687,7 +687,7 @@ def generate_llm_convo_text(
687
688
print("Input: \n", wrap_text(user_lines + assistant_lines))
689
print("Output: \n", wrap_text(llm_answer))
690
- return f"<a:typing:1399385512883523646> {ensure_code_blocks_closed(llm_answer)}...<a:typing:1399385512883523646>"
+ return f"<a:typing:1399385512883523646> {ensure_code_blocks_closed(llm_answer)}...*whirl*...<a:typing:1399385512883523646>"
691
692
693
async def handle_conversation(message):
0 commit comments