Update sidebar.js

This commit is contained in:
少轻狂
2023-07-26 14:33:42 +08:00
committed by GitHub
parent c161c56930
commit e945985d3d

View File

@@ -426,6 +426,7 @@ export function chapter4() {
{ text: '4.10科研论文写作', link: '/4.人工智能/4.10科研论文写作' },
{ text: '4.11从 AI 到 智能系统 —— 从 LLMs 到 Agents', link: '/4.人工智能/4.11从 AI 到 智能系统 —— 从 LLMs 到 Agents' },
{ text: '4.12本章节内容的局限性', link: '/4.人工智能/4.12本章节内容的局限性' },
{ text: '4.13LLM Agent之结构化输出.md', link: '/4.人工智能/4.13LLMAgent之结构化输出' },
{ text: 'SRT社团介绍', link: '/4.人工智能/SRT' },
{
text: 'FunRec',
@@ -656,4 +657,4 @@ export function chapter9() {
]
}
]
}
}