From eeae86b533e67cc55ab7285d5c2e13407b3b7962 Mon Sep 17 00:00:00 2001 From: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:59:46 +0800 Subject: [PATCH] docs: Add function calling example link (#4934) doc: add function calling example link --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 4ad17b49790..f0ff7636775 100644 --- a/examples/README.md +++ b/examples/README.md @@ -33,3 +33,4 @@ You can also try the following example projects. - [BentoChatTTS](https://github.com/bentoml/BentoChatTTS) - Deploy a text-to-speech model ChatTTS for dialogue scenarios like chatbots and virtual assistants. - [BentoMoirai](https://github.com/bentoml/BentoMoirai/) - Create a forecasting inference API for time-series data. - [BentoResnet](https://github.com/bentoml/BentoResnet) - Build an image classification inference API server with ResNet. +- [BentoFunctionCalling](https://github.com/bentoml/BentoFunctionCalling/) - Build LLM function calling capabilities with BentoML.