Skip to content

Commit 77bd1c1

Browse files
committed
Merge branch 'main' of github.com:l3vels/L3AGI
2 parents 8a80ae9 + 575811e commit 77bd1c1

File tree

1 file changed

+1
-0
lines changed
  • apps/ui/src/modals/AIChatModal/components

1 file changed

+1
-0
lines changed

apps/ui/src/modals/AIChatModal/components/ChatV2.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ const ChatV2 = () => {
151151
created_on: new Date().toISOString(),
152152
sender_user: user || '',
153153
run_id: null,
154+
audio_url: null,
154155
}
155156

156157
upsertChatMessageInCache(message, {

0 commit comments

Comments
 (0)