You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

notebooks.mdx 501 B

123456789101112131415
  1. ---
  2. hide_table_of_contents: true
  3. ---
  4. import {findAllNotebooks} from '../src/components/NotebookUtils';
  5. import GalleryPage from '../src/components/GalleryPage';
  6. # Notebooks
  7. This page contains a collection of notebooks that demonstrate how to use
  8. AutoGen. The notebooks are tagged with the topics they cover.
  9. For example, a notebook that demonstrates how to use function calling will
  10. be tagged with `function call`.
  11. <GalleryPage items={findAllNotebooks()} target="_self" allowDefaultImage={false}/>