Skip to content

Commit d9aef7f

Browse files
feat(api): added latest OpenAPI specification (#34)
1 parent b053a4a commit d9aef7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ universal_classification = client.classifications.universal.create(
103103
"size": 512,
104104
},
105105
)
106-
print(universal_classification.chunks)
106+
print(universal_classification.chunking_options)
107107
```
108108

109109
## Handling errors

0 commit comments

Comments
 (0)