Skip to content

Commit

Permalink
doc: fix typo in patching.md (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitri Kennedy <[email protected]>
  • Loading branch information
fry69 and roodboi authored Apr 22, 2024
1 parent 02bee9a commit fe22114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/patching.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const client = Instructor({
## JSON Schema Mode
JSON Schema mode uses OpenAI's JSON fromat for responses. by setting `response_format={"type": "json_object", schema:response_model.model_json_schema()}` in the `chat.completions.create` method. This is only available for select clients (e.g. llama-cpp-python, Anyscale, Together)
JSON Schema mode uses OpenAI's JSON format for responses. by setting `response_format={"type": "json_object", schema:response_model.model_json_schema()}` in the `chat.completions.create` method. This is only available for select clients (e.g. llama-cpp-python, Anyscale, Together)
```js
import Instructor from "@instructor-ai/instructor"
Expand Down

0 comments on commit fe22114

Please sign in to comment.