Skip to content

Commit d9aef7f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)