Skip to content

Commit

Permalink
adding advanced examples
Browse files Browse the repository at this point in the history
  • Loading branch information
goudete committed Oct 18, 2023
1 parent 12ec6a6 commit c4e9b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ print(asyncio.run(async_hello()))
This allows you to easily call AI functions from async code.

The funcchain project makes it really simple to leverage large language models in your Python code! Check out the source code for more examples.

## Advanced Examples
For advanced examples, checkout the examples directory [here](https://github.com/shroominic/funcchain/tree/main/examples)

0 comments on commit c4e9b99

Please sign in to comment.