From 01d01f947bb99b86e88c5de9e35ff471ad806a5e Mon Sep 17 00:00:00 2001 From: Christopher Akiki Date: Sun, 7 Jul 2024 16:02:25 +0200 Subject: [PATCH] [MINOR:TYPO] Update index.md r/effictive/effective --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 53812f3..1a2a833 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -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**. @@ -489,4 +489,4 @@ our previous example and have rigging parse out FunFacts directly for us: ### Keep Going -Check out the **[topics section](topics/workflow.md)** for more in-depth explanations and examples. \ No newline at end of file +Check out the **[topics section](topics/workflow.md)** for more in-depth explanations and examples.