mirror of
https://github.com/microcron/pink.git
synced 2026-04-27 18:22:13 +00:00
Add new reason model query and system prompt
This commit is contained in:
@@ -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 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user