From 7ce8e20d9f47a219b88215708994fac53282ec45 Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Mon, 2 Oct 2023 11:19:20 -0400 Subject: [PATCH] more --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb73264..85a6027 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,16 @@ [![NPM Publish](https://github.com/IntrinsicLabsAI/gbnfgen/actions/workflows/npm.yml/badge.svg)](https://github.com/IntrinsicLabsAI/gbnfgen/actions/workflows/npm.yml) -# GGML BNF Grammar Generator +## What is it? + +gbnfgen is a library for generating grammars based on your typed JSON objects, described through normal TypeScript interfaces and enums. + +Generate API calls (and responses) parse free text into structured formats, and build your own llama.cpp-powered agents with ease! -> _Generate llama.cpp compatible grammar files to guarantee valid JSON outputs from LLMs_ Check out the [Live Demo](https://grammar.intrinsiclabs.ai/). ------ ## Installation