From 255173c6ac949021a23468f9b6db5acc0ca4336d Mon Sep 17 00:00:00 2001 From: Amith Koujalgi <1876165+amithkoujalgi@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:41:07 +0530 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..4426e44 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: "Koujalgi" + given-names: "Amith" +title: "Ollama4j: A Java Library (Wrapper/Binding) for Ollama Server" +version: "1.1.0" +date-released: 2023-12-19 +url: "https://github.com/ollama4j/ollama4j"