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
145 stars 23 forks source link

enable check for checking versions on nightlies #1221

Closed benoitf closed 2 weeks ago

benoitf commented 2 weeks ago

Is your enhancement related to a problem? Please describe

the check for nightlies was disabled https://github.com/containers/podman-desktop-extension-ai-lab/blob/01024ac1f0fdb275be93629ae4677cc0364b59d9/packages/backend/src/studio.ts#L88-L90

but as now the scheme is following the versioning it can be enabled

Describe the solution you'd like

enable the check even for nightlies

Describe alternatives you've considered

No response

Additional context

No response