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

- Introduced a new Constants class to centralize HTTP header values. - Updated OllamaAPI methods to utilize Constants for "Content-Type" and "Accept" headers. - Enhanced logging statements to use parameterized messages for better performance and readability. - Added a test for the ping method in OllamaAPIIntegrationTest to ensure connectivity.