From cc6615a250ab0532a8a837b1664e68711f2d3ef4 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Fri, 2 Feb 2024 15:06:42 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Add=20Twitter=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 27fec70..77871e1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,7 @@ ![Downloads](https://img.shields.io/pypi/dm/funcchain) [![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/TrwWWMXdtR) ![PyVersion](https://img.shields.io/pypi/pyversions/funcchain) +[![Twitter Follow](https://img.shields.io/twitter/follow/shroominic?style=social)](https://x.com/shroominic) `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 utilizes perfect with OpenAI Functions or LlamaCpp grammars (json-schema-mode) for efficient structured output.