You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/page.tsx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ import type { Message, ImageItem } from "@/lib/types";
9
9
constINITIAL_MESSAGE: Message={
10
10
id: "initial-message",
11
11
content:
12
-
"Hello! I'm your AI image editing assistant. Upload an image and I'll help you edit it with AI. You can also ask me questions about your images or get editing suggestions!",
12
+
"Hi there. I'm Pablo, your AI image editing assistant. I was named after Pablo Picasso!\
13
+
Upload an image and ask how you want your images edited.\
14
+
You may select multiple images for me to refer to.",
13
15
sender: "agent",
14
16
timestamp: newDate("2024-01-01T00:00:00Z"),// Static timestamp for hydration
0 commit comments