From bc6dea947eb54f42439bf0b87b60ea49f9b688ac Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 12 Apr 2026 13:10:08 -0700 Subject: [PATCH] Create config.js --- config.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.js 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"