Skip to content

Commit a01ff02

Browse files
committed
🔧 pre-commit fix
1 parent e1493ce commit a01ff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/demos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ print(recipe.ingredients)
165165
```
166166
$ extract_list("Complete project report, Prepare for meeting, Respond to emails")
167167

168-
Todo List:
168+
Todo List:
169169
Complete project report: Finish the project report and submit it
170170
Prepare for meeting: Gather all necessary materials and information for the meeting
171171
Respond to emails: Reply to all pending emails
@@ -230,7 +230,7 @@ for obj in result.objects:
230230
**Analize Image**
231231

232232
Get structured output from an image in our example `theme`, `description` and `objects`
233-
233+
234234
```python
235235
# everything defined is part of the prompt
236236
class AnalysisResult(BaseModel):

0 commit comments

Comments
 (0)