Skip to content

Commit

Permalink
fix: typo changes (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawed2611 authored Oct 28, 2024
1 parent a4c9d20 commit ae6847b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/extracting_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ MarkdownDataFrame = Annotated[
WithJsonSchema(
{
"type": "string",
"description": "The markdown representation of the table, each one should be tidy, do not try to join tables that should be seperate",
"description": "The markdown representation of the table, each one should be tidy, do not try to join tables that should be separate",
}
),
]
Expand All @@ -152,7 +152,7 @@ class Table(BaseModel):
# <%hide%>

# Apply the patch to the OpenAI client to support response_model
# Also use MD_JSON mode since the visino model does not support any special structured output mode
# Also use MD_JSON mode since the vision model does not support any special structured output mode
client = instructor.from_openai(OpenAI(), mode=instructor.function_calls.Mode.MD_JSON)


Expand Down Expand Up @@ -213,7 +213,7 @@ MarkdownDataFrame = Annotated[
WithJsonSchema(
{
"type": "string",
"description": "The markdown representation of the table, each one should be tidy, do not try to join tables that should be seperate",
"description": "The markdown representation of the table, each one should be tidy, do not try to join tables that should be separate",
}
),
]
Expand Down

0 comments on commit ae6847b

Please sign in to comment.