We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb3f3 commit 49c825eCopy full SHA for 49c825e
components/session-view.tsx
@@ -14,7 +14,7 @@ import { ChatEntry } from '@/components/livekit/chat/chat-entry';
14
import { ChatMessageView } from '@/components/livekit/chat/chat-message-view';
15
import { MediaTiles } from '@/components/livekit/media-tiles';
16
import useChatAndTranscription from '@/hooks/useChatAndTranscription';
17
-import { useDebugMode } from '@/hooks/useDebug';
+// import { useDebugMode } from '@/hooks/useDebug';
18
import type { AppConfig } from '@/lib/types';
19
import { cn } from '@/lib/utils';
20
0 commit comments