Skip to content

Commit 50262ef

Browse files
Fixed grammar (#13)
1 parent a099b2f commit 50262ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Modelsmith provides a unified interface over all of these. It has been designed
1717
# Notable Features
1818

1919
- __Structured Responses__: Specify both Pydantic models and Python types as the outputs of your LLM responses.
20-
- __Templating__: Use Jinja2 templating in your prompts to allowing complex prompt logic.
20+
- __Templating__: Use Jinja2 templating in your prompts to allow complex prompt logic.
2121
- __Default and Custom Prompts__: A default prompt template is provided but you can also specify your own.
2222
- __Retry Logic__: Number of retries is user configurable.
2323
- __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.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Modelsmith provides a unified interface over all of these. It has been designed
2121

2222
:octicons-sparkle-fill-24: __Structured Responses__: Specify both Pydantic models and Python types as the outputs of your LLM responses.
2323

24-
:octicons-sparkle-fill-24: __Templating__: Use Jinja2 templating in your prompts to allowing complex prompt logic.
24+
:octicons-sparkle-fill-24: __Templating__: Use Jinja2 templating in your prompts to allow complex prompt logic.
2525

2626
:octicons-sparkle-fill-24: __Default and Custom Prompts__: A default prompt template is provided but you can also specify your own.
2727

0 commit comments

Comments
 (0)