mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: fix license (MIT -> AGPLv3), add lite refs to llms.txt and ai.md
Both llms.txt and llms-full.txt incorrectly said MIT. Also added lite variant mention to the description and a warning callout on the AI engine docs page noting AI tools are unavailable in the lite image.
This commit is contained in:
@@ -4,6 +4,10 @@ The `@stirling-image/ai` package wraps Python ML models in TypeScript functions.
|
||||
|
||||
All model weights are bundled in the Docker image during the build. No downloads happen at runtime.
|
||||
|
||||
::: warning Lite image
|
||||
AI tools are not available in the `:lite` Docker image. The API returns `501 Not Available` for these endpoints when running the lite variant. Use `:latest` for AI features. See [Docker Tags](/guide/docker-tags) for details.
|
||||
:::
|
||||
|
||||
## Background removal
|
||||
|
||||
Removes the background from an image and returns a transparent PNG.
|
||||
|
||||
Reference in New Issue
Block a user