Files
dify-plugin-sdks/python/examples/neko/manifest.yaml
2025-01-04 00:01:14 +08:00

40 lines
665 B
YAML

version: 0.0.2
type: plugin
author: "langgenius"
name: "neko"
description:
en_US: Neko is a cute cat.
zh_Hans: 这是一只可爱的小猫。
label:
en_US: "Neko"
created_at: "2024-07-12T08:03:44.658609186Z"
icon: neko.gif
resource:
memory: 1048576
permission:
tool:
enabled: true
model:
enabled: true
llm: true
tts: true
endpoint:
enabled: true
app:
enabled: true
storage:
enabled: true
size: 1048576
plugins:
endpoints:
- "provider/neko.yaml"
meta:
version: 0.0.1
arch:
- "amd64"
- "arm64"
runner:
language: "python"
version: "3.12"
entrypoint: "main"