From ea5bb117b910b12e7208d46663b5dcecb011ee46 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 12 Apr 2026 14:23:27 -0700 Subject: [PATCH] Feat: Add reason model system prompt Co-authored-by: Opus 4.6 --- config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index eabef66..d30480e 100644 --- a/config.js +++ b/config.js @@ -2,4 +2,8 @@ export const SEARCH_MODEL = "perplexity/sonar" export const REASON_MODEL = "anthropic/claude-sonnet-4.6" export const JSON_ROLLING_WINDOW = 3 export const REASON_MODEL_QUERY = "Send me a ntfy" -export const REASON_MODEL_SYS_PROMPT = "" +export const REASON_MODEL_SYS_PROMPT = `You can contact me via ntfy by using the following format: +\`\`\`ntfy# + +\`\`\` +Replace # with the priority level (1-3). Use priority 3 when there is fresh updates/news.`