diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-02-08 21:44:04 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-02-08 21:44:04 +0100 |
| commit | 2141aef2c882ee9d53a785c9570ac593018bd810 (patch) | |
| tree | acbdd1619862bbd0a1e0436269a3057ff91369d2 /htroot/env | |
| parent | 9cd693a464b19f8788ba4438d68367b1aed4014b (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.template | 1 |
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> |
