Wiki source code of LLM Application
Last modified by Abdallah Aburumman on 2025/09/23 18:19
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{display reference="AI.Code.TestUI" /}} |
| 2 | |||
| 3 | {{velocity}} | ||
| 4 | #if ($hasGlobalAdmin) | ||
| 5 | == Administration == | ||
| 6 | |||
| 7 | * [[Settings>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=AI%20LLM%20Application"]] - configure the servers that provide chat and embedding models. | ||
| 8 | * [[Models]] - configure the available models | ||
| 9 | * [[Prompt database>>AI.PromptDB.WebHome]] - configure prompts that can be selected in the chat | ||
| 10 | * [[Collections]] - configure collections that can be selected as context for the models, requires the [[index for the LLM application extension>>https://extensions.xwiki.org/xwiki/bin/view/Extension/LLM/Index%20for%20the%20LLM%20Application/]] | ||
| 11 | #end | ||
| 12 | {{/velocity}} |