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
170 stars 31 forks source link

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

Open axel7083 opened 4 days ago

axel7083 commented 4 days 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