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

- Renamed `ModelProcessesResponse` to `ModelProcessesResult` and updated all related references in the codebase. - Introduced `OllamaEmbedResult` class to replace `OllamaEmbedResponse`, ensuring consistency across the API. - Updated method signatures in `OllamaAPI` to reflect the new class names and adjusted integration tests accordingly.