diff --git a/blueprints/ai-assistant/blueprint.json b/blueprints/ai-assistant/blueprint.json index 078afe81..888d3f4a 100644 --- a/blueprints/ai-assistant/blueprint.json +++ b/blueprints/ai-assistant/blueprint.json @@ -4,8 +4,12 @@ "title": "AI Assistant", "description": "AI-powered chat interface to modify your WordPress to your liking. Bring your own key or use a local LLM", "author": "Alex Kirk", - "categories": ["Apps", "AI"] + "categories": [ + "Apps", + "AI" + ] }, + "landingPage": "/ai-assistant/conversations/", "steps": [ { "step": "installPlugin", @@ -21,4 +25,4 @@ } } ] -} +} \ No newline at end of file diff --git a/blueprints/ai-assistant/screenshot.jpg b/blueprints/ai-assistant/screenshot.jpg index 4b898709..782296e9 100644 Binary files a/blueprints/ai-assistant/screenshot.jpg and b/blueprints/ai-assistant/screenshot.jpg differ