From 7012cfa0a8360bb3c004ccbd23869d660913232f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 12 Apr 2026 15:04:56 -0700 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 69b8d16..177579e 100644 --- a/config.js +++ b/config.js @@ -2,8 +2,8 @@ export const SEARCH_MODEL = "perplexity/sonar" export const REASON_MODEL = "anthropic/claude-sonnet-4.5" export const JSON_ROLLING_WINDOW = 3 export const REASON_MODEL_QUERY = "Send me a ntfy" -export const REASON_MODEL_SYS_PROMPT = `You can contact me via ntfy by using the following format: +export const REASON_MODEL_SYS_PROMPT = `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.` +Replace # with the priority level (1-3). Use priority 3 when there is fresh updates/news. Don't ask any questions, always send me a ntfy by using the triple backticks format.`