mirror of
https://github.com/microcron/pink.git
synced 2026-04-27 18:22:13 +00:00
6 lines
235 B
JavaScript
6 lines
235 B
JavaScript
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 = ""
|