diff --git a/groq_chat/handlers.py b/groq_chat/handlers.py index c3c9ab1..a60ae26 100644 --- a/groq_chat/handlers.py +++ b/groq_chat/handlers.py @@ -150,7 +150,7 @@ async def message_handler(update: Update, context: ContextTypes.DEFAULT_TYPE) -> ) context.user_data["messages"] = context.user_data.get("messages", []) + [ { - "role": "system", + "role": "assistant", "content": full_output_message, } ]