{
onMouseEnter={() => setShowActions(true)}
onMouseLeave={() => setShowActions(false)}
>
-
- {isAssistant ? (
-
- ) : (
-
+
+
+ {isAssistant ? (
+
+ ) : (
+
+ )}
+
+
+ {isAssistant && model && (
+
+ {model}
+
)}
@@ -43,27 +66,12 @@ export const ChatMessage = ({ role, content }: ChatMessageProps) => {
-
-