summaryrefslogtreecommitdiff
path: root/htroot/env
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-02-08 21:44:04 +0100
committerMichael Peter Christen <mc@yacy.net>2026-02-08 21:44:04 +0100
commit2141aef2c882ee9d53a785c9570ac593018bd810 (patch)
treeacbdd1619862bbd0a1e0436269a3057ff91369d2 /htroot/env
parent9cd693a464b19f8788ba4438d68367b1aed4014b (diff)
added skill configuration: we present llm tools as "Skills" and make
them configurable in the YaCy GUI.
Diffstat (limited to 'htroot/env')
-rw-r--r--htroot/env/templates/submenuAI.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/templates/submenuAI.template b/htroot/env/templates/submenuAI.template
index 10a72c935..22e67ad6a 100644
--- a/htroot/env/templates/submenuAI.template
+++ b/htroot/env/templates/submenuAI.template
@@ -4,6 +4,7 @@
<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="RAGConfig_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">RAG Config</a></li>
+ <li><a href="SkillsConfig_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Skills Config</a></li>
<li><a href="AIShield_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">AI Shield</a></li>
<li><a href="yacychat.html" class="MenuItemLink">Chat</a></li>
</ul>