containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
182 stars 39 forks source link

Improve code duplicate between `CreateService` and `StartRecipe` #1789

Open axel7083 opened 1 month ago

axel7083 commented 1 month ago

Is your enhancement related to a problem? Please describe

A lot of code is duplicated between the StartRecipe and `CreateService page. Code related to tasks display, trackingId, model collection etc.

Describe the solution you'd like

We could create a form component managing the tasks and the tracking id for us. Then migrate the component to it.

This would be useful for the following

as we need to have one more form.

Describe alternatives you've considered

No response

Additional context

No response