diff --git a/components/chat-message.tsx b/components/chat-message.tsx
index 75f6e6f..df5b5fd 100644
--- a/components/chat-message.tsx
+++ b/components/chat-message.tsx
@@ -1,3 +1,6 @@
+// Inspired by Chatbot-UI and modified to fit the needs of this project
+// @see https://github.com/mckaywrigley/chatbot-ui/blob/main/components/Chat/ChatMessage.tsx
+
import { Message } from 'ai'
import remarkGfm from 'remark-gfm'
import remarkMath from 'remark-math'
@@ -28,7 +31,7 @@ export function ChatMessage({ message, ...props }: ChatMessageProps) {
>
{message.role === 'user' ?