mirror of
https://github.com/microcron/pink.git
synced 2026-04-27 18:22:13 +00:00
Feat: Add reason model system prompt
Co-authored-by: Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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#
|
||||
<Your msg>
|
||||
\`\`\`
|
||||
Replace # with the priority level (1-3). Use priority 3 when there is fresh updates/news.`
|
||||
|
||||
Reference in New Issue
Block a user