Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #323

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down