From 4348a6cdf057f5746db213867f93ed1359091fa3 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 13 Feb 2024 02:04:54 -0500 Subject: [PATCH] docs: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 679c977..3d8d4d4 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ To constrain the response to a specific JSON Schema, you can use the `schema` pr ### Function Calling -The high-level API also provides a simple interface for function calling. This is possible through the `functionary` pre-trained models chat format or through the generic `chatml-function-calling` chat forma. +The high-level API also provides a simple interface for function calling. This is possible through the `functionary` pre-trained models chat format or through the generic `chatml-function-calling` chat format. The gguf-converted files for functionary can be found here: [functionary-7b-v1](https://huggingface.co/abetlen/functionary-7b-v1-GGUF)