multipleof4 b990ac5662 Revise README for JSON makeup and query details
Updated README with new JSON makeup format for queries.
2026-04-12 14:06:58 -07:00
2026-04-12 20:40:30 +00:00
2026-04-12 13:25:47 -07:00

pink is going to be a cron workflow which notifies the user via ntfy (NTFY_URL secret includes topic) whenever there is fresh updates/news regarding their list of topics in the /? dir.

OPENROUTER_KEY secret is provided.

Foundation:
The filenames in the ? dir are our queries for SEARCH_MODEL (excluding the .json extension).
Everytime the workflow runs, we query SEARCH_MODEL for each filename, and add the latest response inside.
We cut off the tail if longer than JSON_ROLLING_WINDOW.

JSON Makeup:
User: filename query
Assistant: Date followed by SEARCH_MODEL response.
User: REASON_MODEL_QUERY
Assistant: REASON_MODEL_RESPONSE (ntfy call)
... REPEAT
Description
No description provided
Readme 82 KiB
Languages
JavaScript 100%