From 50262efd6bdcaa162a2354fe9d912eb903312755 Mon Sep 17 00:00:00 2001 From: Christo Olivier <3472985+christo-olivier@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:51:00 +0100 Subject: [PATCH] Fixed grammar (#13) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66c55d3..8ecc130 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Modelsmith provides a unified interface over all of these. It has been designed # Notable Features - __Structured Responses__: Specify both Pydantic models and Python types as the outputs of your LLM responses. -- __Templating__: Use Jinja2 templating in your prompts to allowing complex prompt logic. +- __Templating__: Use Jinja2 templating in your prompts to allow complex prompt logic. - __Default and Custom Prompts__: A default prompt template is provided but you can also specify your own. - __Retry Logic__: Number of retries is user configurable. - __Validation__: Outputs from the LLM are validated against your requested response model. Errors are fed back to the LLM to try and correct any validation failures. diff --git a/docs/index.md b/docs/index.md index b565154..a555cf5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ Modelsmith provides a unified interface over all of these. It has been designed :octicons-sparkle-fill-24: __Structured Responses__: Specify both Pydantic models and Python types as the outputs of your LLM responses. -:octicons-sparkle-fill-24: __Templating__: Use Jinja2 templating in your prompts to allowing complex prompt logic. +:octicons-sparkle-fill-24: __Templating__: Use Jinja2 templating in your prompts to allow complex prompt logic. :octicons-sparkle-fill-24: __Default and Custom Prompts__: A default prompt template is provided but you can also specify your own.