diff --git a/config.js b/config.js new file mode 100644 index 0000000..5191311 --- /dev/null +++ b/config.js @@ -0,0 +1,2 @@ +export const SEARCH_MODEL = "perplexity/sonar" +export const REASON_MODEL = "anthropic/claude-sonnet-4.6"