From 5a16ef72789a862528ba34e3ed26da4404442f66 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 26 Jun 2024 16:56:06 +0900 Subject: [PATCH] docs: update README.md effictive -> effective --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a61094..7fb6541 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simplify using LLMs in code
-Rigging is a lightweight LLM framework built on Pydantic XML. The goal is to make leveraging language models in production code as simple and effictive as possible. Here are the highlights: +Rigging is a lightweight LLM framework built on Pydantic XML. The goal is to make leveraging language models in production code as simple and effective as possible. Here are the highlights: - **Structured Pydantic models** can be used interchangably with unstructured text output. - LiteLLM as the default generator giving you **instant access to a huge array of models**.