manifest.yaml 477 B

12345678910111213141516171819202122232425262728293031
  1. version: 0.0.1
  2. type: plugin
  3. author: "Yeuoly"
  4. name: "Neko"
  5. label:
  6. en_US: "Neko"
  7. created_at: "2024-07-12T08:03:44.658609186Z"
  8. resource:
  9. memory: 1048576
  10. storage: 1048576
  11. permission:
  12. tool:
  13. enabled: true
  14. model:
  15. enabled: true
  16. llm: true
  17. plugins:
  18. - "neko.yaml"
  19. execution:
  20. install: install.sh
  21. launch: launch.sh
  22. meta:
  23. version: 0.0.1
  24. arch:
  25. - "amd64"
  26. - "arm64"
  27. runner:
  28. language: "python"
  29. version: "3.12"
  30. entrypoint: "main"