forked from Mirror/ollama4j
- 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.