You can install this extension from Podman Desktop UI > ⚙ Settings > Extensions > Install a new extension from OCI Image.
The name of the image to use is ghcr.io/projectatomic/ai-studio:latest
.
You can get earlier tags for the image at https://github.com/projectatomic/studio-extension/pkgs/container/ai-studio.
These images contain development versions of the extension. There is no stable release yet.
From the Podman Desktop sources folder:
$ yarn watch --extension-folder path-to-extension-sources-folder/packages/backend
The extension provides a default catalog, but you can build your own catalog by creating a file $HOME/podman-desktop/ai-studio/catalog.json
.
The catalog provides lists of categories, recipes, and models.
Each recipe can belong to one or several categories. Each model can be used by one or several recipes.
The format of the catalog is not stable nor versioned yet, you can see the current catalog's format in the sources of the extension.
You can provide your feedback on the extension with this form or create an issue on this repository.