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

Update CreateService.svelte component to use the newer Input component #1897

Closed benoitf closed 3 weeks ago

benoitf commented 1 month ago

Is your enhancement related to a problem? Please describe

Input component had a bug (handling incorrectly values as number) while it needs to be string only

the component was fixed upstream but then CreateService.svelte is using it providing number

issue discovered when updating the version there https://github.com/containers/podman-desktop-extension-ai-lab/pull/1892

Describe the solution you'd like

Should fix CreateService.svelte to only provide a string parameter to Input (and then converting to number)

Describe alternatives you've considered

No response

Additional context

No response