diff --git a/misskaty/plugins/chatbot_ai.py b/misskaty/plugins/chatbot_ai.py
index c88b03af..272ff7d4 100644
--- a/misskaty/plugins/chatbot_ai.py
+++ b/misskaty/plugins/chatbot_ai.py
@@ -46,7 +46,7 @@ async def get_openai_stream_response(messages, bmsg):
await bmsg.edit_msg(html.escape(answer))
await asyncio.sleep(1.5)
num = 0
- await bmsg.edit_msg(f"{html.escape(answer)}\n\nPowered by: GPT 4o Mini")
+ await bmsg.edit_msg(f"{html.escape(answer)}\n\nPowered by: GPT 4o Mini")
except MessageTooLong:
answerlink = await post_to_telegraph(
False, "MissKaty ChatBot ", html.escape(f"{answer}")