LLM Application (BETA)
![]() | Provide LLM Artificial Intelligence for XWiki content creation and editing, boosting user efficiency and productivity. |
Type | XAR |
Category | Application |
Developed by | Matéo Munoz |
Active Installs | 1 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Compatibility | 14.10 and above |
Table of contents
Description
The LLM Application extension for XWiki is a tool that enriches the functionalities of XWiki, using LLM AI to optimize content creation and editing and to improve the efficiency and productivity of users.
Use the extension
To start using the interface, the first step is to add at least one working configuration (detailed here). Once that is done, you can go on whatever page you want on your wiki, go on edition mode, and click on this button:
(Yes that is the same button icon as the "paste" fonction in the toolbar, since the LLM application has no button icon dedicated to this day. If you already have the "paste" button activated on the toolbar, LLM application will still work).
The interface should appear with an output that looks likes the example image below, and you should be able to work with it. If the button appear to be disable, please go to the Configuration part.
Features
The LLM Application bundle the following features:
- Interactive chat interface with the LLM models you want.
- Change models, allowing user flexibility to switch as needed.
- Quick task functionality, Menu including every task defined by the users in the Prompt database.
- Option to incorporate model responses into an ongoing edited page or copy directly to the clipboard for later use.
- 0.2+ User prompt and System prompt database available for user, to custom tasks and configure them.
- Configuration – users can add as many different models as they need and modify parameters.
Chat interface
The interface is organized to facilitate the use of the platform. First, It consists of two drop-down menus, one allows the selection of LLM models and the other to choose a specific prompt that corresponds to specific tasks.
As you can see on the image above, model are described as follow: modelname (configTheyComeFrom). So you can get two models with the same name coming from two different configuration.
Here, the prompt selector just display the labels of the prompt (that should describe the action it does). More detail on the prompts use in the Quick task section.
There are three buttons with specific functions: start a new conversation, submit a request, and stop an ongoing request if needed. The exchanges that occur afterwards are visible in a specific window, where the user's messages and the model's responses appear in the form of discussion bubbles for better visualization.
0.2+ There is no more button except the submit button, other one have been simplified in a dropdown menu like this:
This menu has a "New Conversation" button, that just reset everything in the window (erase the previous message + the context in the background). Then at the bottom there is one new feature : Advanced Settings. Advanced Settings allow you to do 2 things, change temperature (i.e, the level of creativity of the models) and edit system prompt on the go. You can see the interface right below.
Change models
When you change models, the conversation you had with the previous model(s) are kept for the next exchanges. So you can use one model and switch to another without any consequences.
Quick task
This feature saves time and streamlines the user's experience, making the process more efficient and straightforward. Quick task eliminates unnecessary back-and-forth dialogue to deliver direct results, that correspond to the chosen. Simply put, the user choose the task they want, and the system produces the desired output without further interaction. This enhanced user interface simplifies complex processes into a quick, one-step task. When you use one, the interface will show the corresponding prompt that has been used in the background above your message (see the image below).
<0.2 There is only a defined list of quick task (Summarize, Completion, Translate, Auto-tagging).
0.2+ Since 0.2, the extension provide a database that you can feed with as many task as you want. They are then retrieved in the menu and you can use it.
Interaction with the XWiki page
To interact with the edited page, you have two options.
First, you can use the include button located on the assistant response. This will include the message in the edited page in place of the cursor.
One of the limitation of the include button for now is the incapacity to write to the source of XWiki, that means if you want the model to write a text in XWiki syntax, the only choice you have is to copy / paste it in the source editor. That is why we implemented a copy button, so you can use any response in the way you want.
The copy button will copy the message to clipboard, what you do with it is up to you.
0.2+ Prompt Database
The user and system prompt database represents a structured manner of managing and organizing prompts for enhanced interaction and functionality.
Here, you can see each entries has 7 fields:
- Title: define the name of the prompt. That is the value displayed in the Quick Task menu.
- Description: provide a description of what the prompt is about.
- 0.2.1+ Active: if checked the prompt will be displayed in the Quick Task menu. Else the prompt is not displayed in the Quick Task.
- System prompt: The system prompt is the initial set of instructions that sets the boundaries for an AI conversation. What rules the assistant should follow, what topics to avoid, how the assistant should format responses, and more.
- User prompt: A text or instruction provided to guide the model's response generation. It sets the context and provides guidelines for producing relevant output.
- Temperature: Number between 0 and 2 describing the creativity of the model for its answer(0 being deterministic and 2 most creative).
- 0.2.1+ Default: if checked the prompt will be used as default.
- Database list: not displayed in the database view, this has no purpose for user.
Configuration
To configure the extension correctly, you will have to follow these step.
As you can see in this example, you can have as many configuration as you want. In your case at the start the configuration should be empty.
Server name
The server name stand for the name you want to give to the config. There is no rules on the name you give, just keep in mind to not give the same name to two different configuration, else the first one (in the order of declaration) will not be considered anymore.
URL prefix
The URL prefix is the place where you will define the prefix URL to reach the final URI (/models and /chat/completions). It's really important to have an URL respecting the following rules:
- It should respect this template: "http://.../" (or "https://.../"), where "..." has to be replace with your real adress.
- To use the OpenAI models you should use the URL prefix "https://api.openai.com/v1/" for example.
- It has to end with a "/", for request to be valid.
- The endpoint "http://.../models" and "http://.../chat/completions" has to exist, else it can't work.
Configuration file
The configuration file has to be filled with one model ID at least, and the models has to be compatible with the /chat/completions endpoint! For example with the OpenAI configuration, you can see that the 'Configuration File' field is filled with "gpt-4,gpt-3.5-turbo". In the end, The interface will display these two models in the selection menu.
Token
The token field is used in case you need one to authenticate yourself when doing a request. So it is not always necessary to fill it. On the example image above you can see the OpenAI configuration has a token, but the LocalAI one (a private server with LLM models stocked locally) does not need any, so its token field is let empty.
Can Stream box
The 'Can Stream' option is here in case you want to use models that could not use a streaming API to answer. In that case, you will have to make a configuration with the specified models and to let the 'Can Stream' box unchecked. You will then have to wait for their response to be finalized before receiving it all at once.
0.2+ Group Allowed
This field allow you to chose wich groups of users are allowed of use for each configuration. If a configuration has no group defined, nobody will be able to use it.
Error
If you have an empty selection menu, or if you have a System message stating that an error happened when trying to get the model list, look carefully to your configuration and make sure you did every step described above correctly.
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.
You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
- You'll also need to install all dependent Extensions that are not already installed in your wiki
Release Notes
v0.2.1
v0.2
v0.1.3
Dependencies
Dependencies for this extension (org.xwiki.contrib.llm:application-llm-ui 0.2.1):