diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-11-23 18:34:49 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-11-23 18:34:49 +0100 |
| commit | 5f06b5b4820c70545640148bc81199c29a67f8ad (patch) | |
| tree | 23abdcbaf7a65d868a7fa59a4cc73a261ee675ce /htroot/env | |
| parent | f1d17d94608ae50d9f3139a6f63c9435abd7d6ea (diff) | |
added chat front-end (stub, no connection to search yet)
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/submenuAI.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htroot/env/templates/submenuAI.template b/htroot/env/templates/submenuAI.template new file mode 100644 index 000000000..c9c933661 --- /dev/null +++ b/htroot/env/templates/submenuAI.template @@ -0,0 +1,7 @@ +<div class="SubMenu"> + <h3>AI Lab</h3> + <ul class="SubMenu"> + <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> +</div> |
