From 12d929112fc1e0ec376f4e58dd1701d4259e8802 Mon Sep 17 00:00:00 2001 From: shroominic <34897716+shroominic@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:56:59 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Fix=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f6824..93622e9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/shroominic?style=social)](https://x.com/shroominic) ```bash -> pip install funcchain +> pip install "funcchain[all]" ``` ## Introduction From 2bdf3cb6c57fc6e932daf9c1afbb25e32f4eeb9c Mon Sep 17 00:00:00 2001 From: shroominic <34897716+shroominic@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:55:26 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9C=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93622e9..968e0cc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Introduction `funcchain` is the *most pythonic* way of writing cognitive systems. Leveraging pydantic models as output schemas combined with langchain in the backend allows for a seamless integration of llms into your apps. -It works perfect with OpenAI Functions and soon with other models using JSONFormer. +It works perfect with OpenAI Functions or LlamaCpp grammars (json-schema-mode). [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ricklamers/funcchain-demo)