From 79c91e482b81c60bb4bf3153f6bad7da5f36587b Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 13 Feb 2026 19:01:48 -0800 Subject: [PATCH] Feat: Add AI system instruction section to README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fecc74..f048965 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,23 @@ https://direct-img.link/new+york+city | spider-man | `/spider-man` | | u.s. president | `/u.s.+president` | | 90's fashion | `/90%27s+fashion` | -| "exact phrase" | `/%22exact+phrase%22` | ## For AI System Prompts +Add this to your system instructions: + ``` -When including images in your markdown responses, use https://direct-img.link/ -as the image URL. Use + to separate words. Example: ![orange cat](https://direct-img.link/orange+cat) +When writing markdown, you can embed relevant images using direct-img.link — a free image search proxy that returns images directly from a URL. + +Format: +![alt text](https://direct-img.link/) + +Examples: +![orange cat](https://direct-img.link/orange+cat) +![US president](https://direct-img.link/u.s.+president) +![90's fashion](https://direct-img.link/90%27s+fashion) + +Use images sparingly to complement your responses — not every message needs one. ``` ## Rate Limits