Skip to content

Commit f7effee

Browse files
authored
Merge pull request #25 from shroominic/patch-1
📝fix README.md
2 parents c0fad3c + 8afe8db commit f7effee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install funcchain
1515
## Introduction
1616

1717
`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.
18-
It utilizes perfect with OpenAI Functions or LlamaCpp grammars (json-schema-mode) for efficient structured output.
18+
It utilizes OpenAI Functions or LlamaCpp grammars (json-schema-mode) for efficient structured output.
1919
In the backend it compiles the funcchain syntax into langchain runnables so you can easily invoke, stream or batch process your pipelines.
2020

2121
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ricklamers/funcchain-demo)

0 commit comments

Comments
 (0)