This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 178c238 2025/10/14 21:53:44: Generated dev website from
groovy-website@3d0cab5
178c238 is described below
commit 178c238ba3db6ee7f0d91f0fd6002dd6ffafb56a
Author: jenkins <[email protected]>
AuthorDate: Tue Oct 14 21:53:44 2025 +0000
2025/10/14 21:53:44: Generated dev website from groovy-website@3d0cab5
---
blog/groovy-ai.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/blog/groovy-ai.html b/blog/groovy-ai.html
index 482f1c0..ab5eec2 100644
--- a/blog/groovy-ai.html
+++ b/blog/groovy-ai.html
@@ -59,7 +59,7 @@
</ul>
</div>
</div>
- </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Exploring AI with Groovy™</a></li><li><a
href='#_introduction' class='anchor-link'>Introduction</a></li><li><a
href='#_using_ollama4j' class='anchor-link'>Using ollama4j</a></li><li><a
href='#_using_langchain4j' class='anchor-link'>Using LangChain4j</a></li><li><a
hr [...]
+ </div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Exploring AI with Groovy™</a></li><li><a
href='#_introduction' class='anchor-link'>Introduction</a></li><li><a
href='#_using_ollama4j' class='anchor-link'>Using Ollama4j</a></li><li><a
href='#_using_langchain4j' class='anchor-link'>Using LangChain4j</a></li><li><a
hr [...]
<a href="https://github.com/paulk-asert/" target="_blank" rel="noopener
noreferrer"><img style="border-radius:50%;height:48px;width:auto"
src="img/paulk-asert.png" alt="Paul King"></a>
<div style="display:grid;align-items:center;margin:0.1ex;padding:0ex">
<div><a href="https://github.com/paulk-asert/" target="_blank" rel="noopener
noreferrer"><span>Paul King</span></a></div>
@@ -76,7 +76,7 @@
</blockquote>
</div>
<div class="paragraph">
-<p><span class="image right"><img src="img/bulcock_beach_sunset.jpg"
alt="Bulcock Beach at Sunset looking towards Pumicestone Passage"
width="320"></span></p>
+<p><span class="image right"><img src="img/bulcock_beach_sunset.jpg"
alt="Bulcock Beach at Sunset looking towards Pumicestone Passage"
width="400"></span></p>
</div>
<div class="paragraph">
<p>We’ll use a simple chat example, perhaps similar to what you might
have done yourself when trying out your favourite LLM.
@@ -95,7 +95,7 @@ We also used Groovy 5 and JDK 25, but the examples should
work on other Groovy a
</div>
</div>
<div class="sect1">
-<h2 id="_using_ollama4j">Using ollama4j</h2>
+<h2 id="_using_ollama4j">Using Ollama4j</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Since we are using Ollama, we’ll start with a library aimed directly
at that tool.