From 5d046847923e452d2b90054ed94a355fbfd11a97 Mon Sep 17 00:00:00 2001 From: OxfordOutlander <66071285+OxfordOutlander@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:34:12 -0800 Subject: [PATCH] Update index.md (#199) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6e5484f..c8718d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -87,7 +87,7 @@ assert isinstance(model, UserExtract) The question of using Instructor is fundamentally a question of why to use Pydantic. -1. **Powered by type hints** — Instructor is powered by Pydantic, which is powered by type hints. Schema validation, prompting is controleld by type annotations; less to learn, less code ot write,and integrates with your IDE. +1. **Powered by type hints** — Instructor is powered by Pydantic, which is powered by type hints. Schema validation, prompting is controleld by type annotations; less to learn, less code ot write, and integrates with your IDE. 2. **Powered by OpenAI** — Instructor is powered by OpenAI's function calling API. This means you can use the same API for both prompting and extraction.