Skip to content

vrothberg/ai-studio

 
 

Repository files navigation

AI studio

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/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.

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.

Packaging sample applications

Sample applications may be added to the catalog. See packaging guide for detailed information.

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 74.4%
  • Svelte 20.8%
  • JavaScript 4.3%
  • Other 0.5%