Skip to content

lstocchi/studio-extension

 
 

Repository files navigation

studio extension

Installing a development version

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/studio-extension:latest.

You can get earlier tags for the image at https://github.com/projectatomic/studio-extension/pkgs/container/studio-extension.

These images contain development versions of the extension. There is no stable release yet.

Running in development mode

From the Podman Desktop sources folder:

$ yarn watch --extension-folder path-to-extension-sources-folder/packages/backend

Providing a custom catalog

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.

Feedback

You can provide your feedback on the extension with this form or create an issue on this repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.4%
  • Svelte 29.0%
  • JavaScript 10.5%
  • Other 1.1%