Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-yeh committed Oct 13, 2024
1 parent e1cf078 commit 85c6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ texts = [
"...",
]

gpv = GPV()
gpv = GPV(parsing_model_name="gpt-4o-mini")
results = gpv.parse_texts(texts)
```

Expand Down

0 comments on commit 85c6c19

Please sign in to comment.