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">"model"</span><span class="fu">:</span> <span class="st">"AUTODETECT"</span><span class="fu">,</span></span> <span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="dt">"title"</span><span class="fu">:</span> <span class="st">"Blablador"</span><span class="fu">,</span></span> <span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a> <span class="dt">"apiKey"</span><span class="fu">:</span> <span class="st">"glpat-YOURKEYHERE"</span><span class="fu">,</span></span> -<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a> <span class="dt">"apiBase"</span><span class="fu">:</span> <span class="st">"https://helmholtz-blablador.fz-juelich.de:8000/v1"</span><span class="fu">,</span></span> +<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a> <span class="dt">"apiBase"</span><span class="fu">:</span> <span class="st">"https://api.helmholtz-blablador.fz-juelich.de/v1"</span><span class="fu">,</span></span> <span id="cb2-6"><a href="#cb2-6" aria-hidden="true" tabindex="-1"></a> <span class="dt">"provider"</span><span class="fu">:</span> <span class="st">"openai"</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