From 2de7f602ac11e8fa74d7ac043ca43ac2dadd5e45 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Sat, 13 Jul 2024 07:54:05 +0000 Subject: [PATCH] Fixed up llama-cpp --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a970f0..3bc1b81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # instructor-rs +> We also support llama-cpp! + Instructor is a Rust library that makes it a breeze to work with structured outputs from large language models (LLMs). it provides a simple and easy API to help maanage LLM Workflows by abstrating away validation, retries and streamning responses. Now, let's see Instructor in action with a simple example: