3 Commits

Author SHA1 Message Date
27013c4511 ^ image - added convenient ContentPart constructors 2025-01-01 10:52:17 -08:00
510c0aa903 . clippy clean
. remove example 'images' alias to example c07-image
. MessageContent::text_into_string/str return None when Parts (to avoid leak)
2025-01-01 09:02:52 -08:00
59f0b149b0 Initial image support
Fix image structure for OpenAI API

Implement base64 image support for OpenAI

Image Support: Some APIs (Gemini) require mime type for URL and Base64 format

Image Support: Update OpenAI and Anthropic API to support new image structure

Image Support: Add Gemini 2.0 Flash Experimental support and implement Image support

Image Support: Create example with Image support

Image Support: Fix rebase issue

Image Support: Fix example and make it runnable from cargo
2025-01-01 08:39:08 -08:00