LMRP Model

To access this menu, go to the sidebar and select LLM Model > Model > LMRP Model.

You can manage all LMRP (Language Model Request Processor) configurations from this menu. This includes adding new models, editing existing ones, searching for models, and deleting models that are no longer in use.


Add New LMRP

To register a new LMRP model, click New LMRP Model.

Fill in the required fields in the form as described below:

  1. Model Provider Name Select the LLM provider (previously registered in the system) that this LMRP model will use.

  2. LMRP Model Name Enter the LMRP model name as listed under the selected provider. The name must be valid to function correctly.

  3. LMRP Model Display Name Enter a user-friendly name for the LMRP model. This name will appear in the application interface.

  4. LMRP Model Description Provide a brief description explaining the model’s purpose and how it should be used.

  5. Model Kwargs Add additional configuration settings for the model using plain key-value pairs.

  6. Model Env Kwargs Add additional configuration settings for the model using environment variables as key-value pairs.

  7. Active Status Set the model’s status:

    1. Active – Enabled and available for use.

    2. Inactive – Disabled and not in use.

Click Save to store the configuration or Cancel to discard changes.


View and Edit LMRP Details

To view or edit a model, click the Edit icon in the LMRP Model List page.

After making changes, click Save to apply updates or Cancel to discard them.


Search LMRP

Use the Search field to find specific LMRP models by typing the model’s name.


Delete LMRP

To delete an LMRP model, click the Trash icon in the Action column.

A confirmation pop-up will appear — click Delete to confirm or Cancel to abort the action.

circle-info

You cannot delete a LMRP Model that still has assigned application. Remove all assigned LMRP Model first before attempting deletion.

Last updated