Merge branch 'master' into ai-code-format

pull/5423/head
Aniket 2 months ago committed by GitHub
commit 33a3c51fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      libs/remix-ui/remix-ai/src/lib/components/Default.tsx

@ -73,7 +73,8 @@ export const Default = (props) => {
submitShortcut: 'Enter',
hideStopButton: false,
}}
messageOptions={{ showCodeBlockCopyButton: true,
messageOptions={{ showCodeBlockCopyButton: false,
editableUserMessages: true,
streamingAnimationSpeed: 2,
waitTimeBeforeStreamCompletion: 1000,
syntaxHighlighter: highlighter

Loading…
Cancel
Save