mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-09-16 03:39:05 +02:00

- Added setup step for Ollama installation in the GitHub Actions workflow. - Updated environment variables for integration tests to utilize an external Ollama host. - Refactored test method names in OllamaAPIIntegrationTest for clarity and consistency, changing 'testAskModel' to 'testGenerate'. - Introduced new tests for image processing from URLs and files, while removing outdated tests for improved test suite relevance.