From f6dc65546c3a9aed53f26f0cbd3ad518a2c48504 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 25 Nov 2024 09:37:41 -0500 Subject: [PATCH] Update README.md (#323) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 509be46..6b228b4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ [![Open Issues](https://img.shields.io/github/issues-raw/eyurtsev/kor)](https://github.com/eyurtsev/kor/issues) [![](https://dcbadge.vercel.app/api/server/6adMQxSpJS?compact=true&style=flat)](https://discord.com/channels/1038097195422978059/1170024642245832774) +> [!WARNING] +> If you're using a chat model that supports a tool calling API, you should probably be using the chat models' tool calling API instead of Kor! +> +> Kor is best suited for old style LLMs that did not have a chat interface and did not support tool calling. +> +> Read the [tool calling guide](https://python.langchain.com/docs/concepts/tool_calling/) in LangChain for more details. +> +> Please refer to the [chat model integration table](https://python.langchain.com/docs/integrations/chat/#featured-providers) for a list of chat models that support native tool calling. + # Kor