Feat: Add AI system instruction section to README

This commit is contained in:
2026-02-13 19:01:48 -08:00
parent 2bb96a5789
commit 79c91e482b

View File

@@ -31,13 +31,23 @@ https://direct-img.link/new+york+city
| spider-man | `/spider-man` | | spider-man | `/spider-man` |
| u.s. president | `/u.s.+president` | | u.s. president | `/u.s.+president` |
| 90's fashion | `/90%27s+fashion` | | 90's fashion | `/90%27s+fashion` |
| "exact phrase" | `/%22exact+phrase%22` |
## For AI System Prompts ## For AI System Prompts
Add this to your system instructions:
``` ```
When including images in your markdown responses, use https://direct-img.link/<query> When writing markdown, you can embed relevant images using direct-img.link — a free image search proxy that returns images directly from a URL.
as the image URL. Use + to separate words. Example: ![orange cat](https://direct-img.link/orange+cat)
Format:
![alt text](https://direct-img.link/<search+query>)
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 ## Rate Limits