From c310734a2286723e9973515e6209a5d60df5b6e0 Mon Sep 17 00:00:00 2001 From: Brian Ginsburg Date: Fri, 18 Apr 2025 09:06:47 -0700 Subject: [PATCH] feat: Add metadata fields --- lilypad_module.json.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lilypad_module.json.tmpl b/lilypad_module.json.tmpl index 4451563..4e0e81d 100644 --- a/lilypad_module.json.tmpl +++ b/lilypad_module.json.tmpl @@ -1,4 +1,16 @@ { + "author": { + "name": "Lilypad", + "avatar": "", + "address": "" + }, + "description": "Generate cowsay ASCII art that says the input", + "image": "", + "model": { + "name": "", + "type": "", + "size": "" + }, "machine": { "gpu": 0, "cpu": 1000,