Skip to content

Commit

Permalink
include some notebooks to get started with
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jan 22, 2024
1 parent 7b5f466 commit 8d94f83
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ ChatLab is a Python package that makes it easy to experiment with OpenAI's chat

Best yet, it's interactive in the notebook!

⚠️ NOTE: The following docs are for `main`. Check out [chatlab.dev](https://chatlab.dev) for the docs for the most recent release.
## Notebooks to get started with

* [Learning the Basics](./notebooks/basics.ipynb)
* [Recommend and Visualize Color Palettes](./notebooks/color-picker.ipynb)
* [Introduction to the Function Registry](./notebooks/function-registry.ipynb)
* [Creating Knowledge Graphs with Pydantic](./notebooks/knowledge-graph.ipynb)
* [Direct Parallel Function Calling](./notebooks/parallel-function-calling.ipynb)
* [Let the Model do some Data Science](./notebooks/the-data-science-helper.ipynb)


## Introduction

Expand Down

0 comments on commit 8d94f83

Please sign in to comment.