From 7ec49a3d596b6a1079855de61c7972b11ee375e9 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Mon, 26 Aug 2024 12:18:46 +0200
Subject: [PATCH] added title to booster picture

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

diff --git a/index.md b/index.md
index fcd31fa..4488e2c 100644
--- a/index.md
+++ b/index.md
@@ -137,12 +137,14 @@ Andrew Ng, 28.02.2024
 
 ## OpenAI-compatible API
 
-- Uses openai-python from OpenAI itself
+- Users import openai-python from OpenAI itself
 - All services which can use OpenAI's API can use Blablador's API (VSCode's Continue.dev, etc)
 - The API is not yet rate-limited, logged, monitored, documented or well-tested.
 
 ---
 
+# Juelich Supercomputing Centre
+
 ![Juwels BOOSTER](images/juwels-booster.jpg)
 
 ---
diff --git a/public/index.html b/public/index.html
index d95787a..4fede26 100644
--- a/public/index.html
+++ b/public/index.html
@@ -417,15 +417,15 @@ it, contact me!</em></strong></li>
 
 <h2 id="openai-compatible-api">OpenAI-compatible API</h2>
 <ul>
-<li class="fragment">Uses openai-python from OpenAI itself</li>
+<li class="fragment">Users import openai-python from OpenAI itself</li>
 <li class="fragment">All services which can use OpenAI’s API can use
 Blablador’s API (VSCode’s Continue.dev, etc)</li>
 <li class="fragment">The API is not yet rate-limited, logged, monitored,
 documented or well-tested.</li>
 </ul>
 </section>
-<section class="slide level1">
-
+<section id="juelich-supercomputing-centre" class="slide level1">
+<h1>Juelich Supercomputing Centre</h1>
 <figure>
 <img data-src="images/juwels-booster.jpg" alt="Juwels BOOSTER" />
 <figcaption aria-hidden="true">Juwels BOOSTER</figcaption>
-- 
GitLab