feat(model): Support llama3.1 models (#1744)

This commit is contained in:
Fangyin Cheng
2024-07-24 11:00:05 +08:00
committed by GitHub
parent 4149252321
commit 3c5ed9d8c1
10 changed files with 125 additions and 2 deletions

View File

@@ -175,7 +175,9 @@ const config = {
pages: {
remarkPlugins: [require("@docusaurus/remark-plugin-npm2yarn")],
},
blog: {
showReadingTime: true,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
@@ -248,6 +250,7 @@ const config = {
position: 'left',
label: "中文文档",
},
{to: '/blog', label: 'Blog', position: 'left'},
],
},
footer: {