2024-02-10 00:20:51 +08:00
|
|
|
---
|
|
|
|
hide_table_of_contents: true
|
|
|
|
---
|
|
|
|
|
2024-02-04 01:01:00 +08:00
|
|
|
import {findAllNotebooks} from '../src/components/NotebookUtils';
|
|
|
|
import GalleryPage from '../src/components/GalleryPage';
|
|
|
|
|
|
|
|
# Notebooks
|
|
|
|
|
|
|
|
This page contains a collection of notebooks that demonstrate how to use
|
|
|
|
AutoGen. The notebooks are tagged with the topics they cover.
|
|
|
|
For example, a notebook that demonstrates how to use function calling will
|
|
|
|
be tagged with `function call`.
|
|
|
|
|
|
|
|
<GalleryPage items={findAllNotebooks()} target="_self" allowDefaultImage={false}/>
|