From ca79831c1e57a0cbc96765e56291873a7875609c Mon Sep 17 00:00:00 2001 From: Amith Koujalgi <1876165+amithkoujalgi@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:43:06 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index e3e4920..b4d3ea4 100644 --- a/README.md +++ b/README.md @@ -302,22 +302,6 @@ Contributions are most welcome! Whether it's reporting a bug, proposing an enhan with code - any sort of contribution is much appreciated. -## 🏷️ License and Citation - -The code is available under [MIT License](./LICENSE). - -If you find this project helpful in your research, please cite this work at - -``` -@misc{ollama4j2024, - author = {Amith Koujalgi}, - title = {Ollama4j: A Java Library (Wrapper/Binding) for Ollama Server}, - year = {2024}, - month = {January}, - url = {https://github.com/ollama4j/ollama4j} -} -``` - ### References - [Ollama REST APIs](https://github.com/jmorganca/ollama/blob/main/docs/api.md)