You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Modelsmith provides a unified interface over all of these. It has been designed
17
17
# Notable Features
18
18
19
19
-__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.
21
21
-__Default and Custom Prompts__: A default prompt template is provided but you can also specify your own.
22
22
-__Retry Logic__: Number of retries is user configurable.
23
23
-__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.
0 commit comments