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.
2 parents 56942af + a844207 commit bd901d8Copy full SHA for bd901d8
src/components/ChatMessage.tsx
@@ -2,7 +2,7 @@ import ReactMarkdown from 'react-markdown'
2
import rehypeRaw from 'rehype-raw'
3
import rehypeSanitize from 'rehype-sanitize'
4
import rehypeHighlight from 'rehype-highlight'
5
-import type { Message } from '../utils/demo.ai'
+import type { Message } from '../utils/ai'
6
7
export const ChatMessage = ({ message }: { message: Message }) => (
8
<div
0 commit comments