Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
contextgem-0.14.0.tar.gz | 2025-08-02 | 152.6 kB | |
contextgem-0.14.0-py3-none-any.whl | 2025-08-02 | 197.6 kB | |
README.md | 2025-08-02 | 422 Bytes | |
v0.14.0 source code.tar.gz | 2025-08-02 | 31.9 MB | |
v0.14.0 source code.zip | 2025-08-02 | 32.2 MB | |
Totals: 5 Items | 64.4 MB | 0 |
Added
- Added utility function
create_image()
for flexible image creation from various sources (file paths, PIL objects, file-like objects, raw bytes) with automatic MIME type detection.
Changed
- Updated
image_to_base64()
utility function to accept more image source types (file-like objects and raw bytes) in addition to file paths. - Made
temperature
andtop_p
parameters for DocumentLLM optional.