summaryrefslogtreecommitdiff
path: root/htroot/env
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-12-06 17:33:31 +0100
committerMichael Peter Christen <mc@yacy.net>2025-12-06 17:33:31 +0100
commited9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (patch)
tree29e59c24d5d7f16ca497feeb367632cc2ebb22df /htroot/env
parent5f4575ad6b0d615b16e8dcbef409b81f8ab7ab43 (diff)
added build page for the AI lab
Diffstat (limited to 'htroot/env')
-rw-r--r--htroot/env/grafics/AILab_Crawl.pngbin0 -> 245006 bytes
-rw-r--r--htroot/env/grafics/AILab_Inference.pngbin0 -> 89298 bytes
-rw-r--r--htroot/env/grafics/AILab_Matrix.pngbin0 -> 30390 bytes
-rw-r--r--htroot/env/grafics/AILab_RAG.pngbin0 -> 39340 bytes
-rw-r--r--htroot/env/grafics/AILab_shield.pngbin0 -> 62053 bytes
-rw-r--r--htroot/env/templates/submenuAI.template1
6 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/grafics/AILab_Crawl.png b/htroot/env/grafics/AILab_Crawl.png
new file mode 100644
index 000000000..330918bd5
--- /dev/null
+++ b/htroot/env/grafics/AILab_Crawl.png
Binary files differ
diff --git a/htroot/env/grafics/AILab_Inference.png b/htroot/env/grafics/AILab_Inference.png
new file mode 100644
index 000000000..0f4004b54
--- /dev/null
+++ b/htroot/env/grafics/AILab_Inference.png
Binary files differ
diff --git a/htroot/env/grafics/AILab_Matrix.png b/htroot/env/grafics/AILab_Matrix.png
new file mode 100644
index 000000000..c1cf0efba
--- /dev/null
+++ b/htroot/env/grafics/AILab_Matrix.png
Binary files differ
diff --git a/htroot/env/grafics/AILab_RAG.png b/htroot/env/grafics/AILab_RAG.png
new file mode 100644
index 000000000..6e14804ef
--- /dev/null
+++ b/htroot/env/grafics/AILab_RAG.png
Binary files differ
diff --git a/htroot/env/grafics/AILab_shield.png b/htroot/env/grafics/AILab_shield.png
new file mode 100644
index 000000000..72b4cf0c9
--- /dev/null
+++ b/htroot/env/grafics/AILab_shield.png
Binary files differ
diff --git a/htroot/env/templates/submenuAI.template b/htroot/env/templates/submenuAI.template
index c9c933661..a5badb975 100644
--- a/htroot/env/templates/submenuAI.template
+++ b/htroot/env/templates/submenuAI.template
@@ -1,6 +1,7 @@
<div class="SubMenu">
<h3>AI Lab</h3>
<ul class="SubMenu">
+ <li><a href="AILab.html" class="MenuItemLink">AI Lab</a></li>
<li><a href="LLMSelection_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">LLM Selection</a></li>
<li><a href="yacychat.html" class="MenuItemLink">Chat</a></li>
</ul>