mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-14 09:28:58 +02:00

- Renamed `generateAsync` to `generate` for clarity. - Consolidated image handling in `generateWithImages` to accept multiple image types (File, byte[], String). - Updated request format handling in `OllamaCommonRequest` and related classes to use a more flexible format property. - Adjusted integration and unit tests to reflect changes in method signatures and functionality.