diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-12-06 17:33:31 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-12-06 17:33:31 +0100 |
| commit | ed9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (patch) | |
| tree | 29e59c24d5d7f16ca497feeb367632cc2ebb22df /htroot/env | |
| parent | 5f4575ad6b0d615b16e8dcbef409b81f8ab7ab43 (diff) | |
added build page for the AI lab
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/grafics/AILab_Crawl.png | bin | 0 -> 245006 bytes | |||
| -rw-r--r-- | htroot/env/grafics/AILab_Inference.png | bin | 0 -> 89298 bytes | |||
| -rw-r--r-- | htroot/env/grafics/AILab_Matrix.png | bin | 0 -> 30390 bytes | |||
| -rw-r--r-- | htroot/env/grafics/AILab_RAG.png | bin | 0 -> 39340 bytes | |||
| -rw-r--r-- | htroot/env/grafics/AILab_shield.png | bin | 0 -> 62053 bytes | |||
| -rw-r--r-- | htroot/env/templates/submenuAI.template | 1 |
6 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/grafics/AILab_Crawl.png b/htroot/env/grafics/AILab_Crawl.png Binary files differnew file mode 100644 index 000000000..330918bd5 --- /dev/null +++ b/htroot/env/grafics/AILab_Crawl.png diff --git a/htroot/env/grafics/AILab_Inference.png b/htroot/env/grafics/AILab_Inference.png Binary files differnew file mode 100644 index 000000000..0f4004b54 --- /dev/null +++ b/htroot/env/grafics/AILab_Inference.png diff --git a/htroot/env/grafics/AILab_Matrix.png b/htroot/env/grafics/AILab_Matrix.png Binary files differnew file mode 100644 index 000000000..c1cf0efba --- /dev/null +++ b/htroot/env/grafics/AILab_Matrix.png diff --git a/htroot/env/grafics/AILab_RAG.png b/htroot/env/grafics/AILab_RAG.png Binary files differnew file mode 100644 index 000000000..6e14804ef --- /dev/null +++ b/htroot/env/grafics/AILab_RAG.png diff --git a/htroot/env/grafics/AILab_shield.png b/htroot/env/grafics/AILab_shield.png Binary files differnew file mode 100644 index 000000000..72b4cf0c9 --- /dev/null +++ b/htroot/env/grafics/AILab_shield.png 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> |
