Skip to content

Commit b053a4a

Browse files
feat(api): added latest OpenAPI specification (#33)
1 parent 0644ad3 commit b053a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ universal_classification = client.classifications.universal.create(
9999
text="I agree not to tell anyone about the document.",
100100
chunking_options={
101101
"overlap_ratio": 0.1,
102-
"overlap_tokens": 0,
102+
"overlap_tokens": None,
103103
"size": 512,
104104
},
105105
)
106-
print(universal_classification.chunking_options)
106+
print(universal_classification.chunks)
107107
```
108108

109109
## Handling errors

0 commit comments

Comments
 (0)