From 50cba5d2c8eadd13f5cf9a2a80932928de4b0241 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 19 Aug 2026 10:47:52 +0800 Subject: [PATCH] ++ --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index 38cca36..6c4c820 100644 --- a/SKILL.md +++ b/SKILL.md @@ -47,7 +47,7 @@ curl -X POST http://localhost:8765/images/generations \ "provider": "grok", "size": "1024x1024", "n": 1, - "profile_name": "your-agent-name" + "profile_name": "profile_name" }' ``` @@ -62,7 +62,7 @@ curl -X POST http://localhost:8765/images/generations \ "model": "gpt-image-2-1K", "size": "1536x1024", "n": 1, - "profile_name": "your-agent-name" + "profile_name": "profile_name" }' ```