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.