Hi! I am running a GPT4ALL model to work on study bot, but for some reason the LLM answer exceed out the box or became scrollable sideway instead of sitting inside the message box.
I am running the model and app locally.
I wrote my code as message function, but it happens same for markdown as well.
message(user_query, is_user=True)
message(generated_response)
# st.chat_message("user").markdown(user_query)
# st.chat_message("ai").markdown(generated_response)