Add new reason model query and system prompt

This commit is contained in:
2026-04-12 14:14:39 -07:00
committed by GitHub
parent 11c777cff1
commit c1594496ad

View File

@@ -1,3 +1,5 @@
export const SEARCH_MODEL = "perplexity/sonar" export const SEARCH_MODEL = "perplexity/sonar"
export const REASON_MODEL = "anthropic/claude-sonnet-4.6" export const REASON_MODEL = "anthropic/claude-sonnet-4.6"
export const JSON_ROLLING_WINDOW = 3 export const JSON_ROLLING_WINDOW = 3
export const REASON_MODEL_QUERY = "Send me a ntfy"
export const REASON_MODEL_SYS_PROMPT = ""