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 f033360 commit e836eb1Copy full SHA for e836eb1
web/screens/Chat/SimpleTextMessage/index.tsx
@@ -57,9 +57,6 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (props) => {
57
text = props.content[0]?.text?.value ?? ''
58
}
59
60
- const a = '```bash\nnpm init -y\n```'
61
- console.log(marked.parse(a))
62
-
63
const parsedText = marked.parse(text)
64
const isUser = props.role === ChatCompletionRole.User
65
const isSystem = props.role === ChatCompletionRole.System
0 commit comments