Skip to content

Draft:Convert the self-hosted models configuration to Vue application

Denys Mishunov requested to merge 463133-custom-models-vue-app into master

What does this MR do and why?

The code changes introduce a new Vue.js application for managing self-hosted AI models in the GitLab admin interface. The application displays a list of models and allows the user to create new ones. The changes also include a new API endpoint for retrieving the list of models in JSON format. This endpoint is used by the Vue.js application to populate the list of models.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #463133 (closed)

Edited by Denys Mishunov

Merge request reports