mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 20:14:24 +01:00
Merge branch 'main' into feat-endpoint-style-structure
This commit is contained in:
commit
8fa20d9356
18 changed files with 2281 additions and 24 deletions
|
|
@ -6,7 +6,7 @@ import remarkMath from 'remark-math';
|
|||
import remarkGfm from 'remark-gfm';
|
||||
import rehypeRaw from 'rehype-raw'
|
||||
import CodeBlock from './CodeBlock';
|
||||
import { langSubset } from '~/utils/languages';
|
||||
import { langSubset } from '~/utils/languages.mjs';
|
||||
|
||||
const Content = React.memo(({ content }) => {
|
||||
let rehypePlugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue