From 7c1ce007c6edc4811491dd7845ca85e007b3d0df Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Thu, 28 Nov 2024 14:36:31 -0500
Subject: [PATCH] Update API base URL in Blablador configuration for
 consistency

---
 index.md          | 2 +-
 public/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md
index a301dd0..8fdd00d 100644
--- a/index.md
+++ b/index.md
@@ -397,7 +397,7 @@ curl --header "Authorization: Bearer MY_TOKEN_GOES_HERE"   https://api.helmholtz
       "model": "AUTODETECT",
       "title": "Blablador",
       "apiKey": "glpat-YOURKEYHERE",
-      "apiBase": "https://helmholtz-blablador.fz-juelich.de:8000/v1",
+      "apiBase": "https://api.helmholtz-blablador.fz-juelich.de/v1",
       "provider": "openai"
     }
 ```
diff --git a/public/index.html b/public/index.html
index 6651803..bbb83e1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -759,7 +759,7 @@ class="sourceCode json"><code class="sourceCode json"><span id="cb2-1"><a href="
 <span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>      <span class="dt">&quot;model&quot;</span><span class="fu">:</span> <span class="st">&quot;AUTODETECT&quot;</span><span class="fu">,</span></span>
 <span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>      <span class="dt">&quot;title&quot;</span><span class="fu">:</span> <span class="st">&quot;Blablador&quot;</span><span class="fu">,</span></span>
 <span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>      <span class="dt">&quot;apiKey&quot;</span><span class="fu">:</span> <span class="st">&quot;glpat-YOURKEYHERE&quot;</span><span class="fu">,</span></span>
-<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a>      <span class="dt">&quot;apiBase&quot;</span><span class="fu">:</span> <span class="st">&quot;https://helmholtz-blablador.fz-juelich.de:8000/v1&quot;</span><span class="fu">,</span></span>
+<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a>      <span class="dt">&quot;apiBase&quot;</span><span class="fu">:</span> <span class="st">&quot;https://api.helmholtz-blablador.fz-juelich.de/v1&quot;</span><span class="fu">,</span></span>
 <span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a>      <span class="dt">&quot;provider&quot;</span><span class="fu">:</span> <span class="st">&quot;openai&quot;</span></span>
 <span id="cb2-7"><a href="#cb2-7" aria-hidden="true" tabindex="-1"></a>    <span class="fu">}</span></span></code></pre></div></li>
 <li class="fragment"><p>Try with the other models you got from the
-- 
GitLab