Update documentation and refactor code to replace OllamaAPI with Ollama

- Replaced all instances of `OllamaAPI` with `Ollama` in documentation and code examples for consistency.
- Enhanced the configuration for handling broken markdown links in Docusaurus.
- Updated integration tests and example code snippets to reflect the new class structure.
This commit is contained in:
amithkoujalgi
2025-09-29 09:31:32 +05:30
parent 35bf3de62a
commit f114181fe2
12 changed files with 25 additions and 23 deletions

View File

@@ -18,7 +18,6 @@ The metrics integration provides the following metrics:
```java
import io.github.ollama4j.Ollama;
import io.github.ollama4j.OllamaAPI;
// Create API instance with metrics enabled
Ollama ollama = new Ollama();