From 3b8955c80caa93096f8c6b9f0c003eb2b0ad728d Mon Sep 17 00:00:00 2001 From: ImBenji Date: Sat, 18 Apr 2026 16:43:35 +0100 Subject: [PATCH] enhance embedding model support and update database schema for multi-model compatibility --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5e76049..2f203d1 100644 --- a/config.json +++ b/config.json @@ -29,7 +29,7 @@ "format": "json", "windowDays": 7, "lookbackWeeks": 312, - "requestDelayMs": 6500, + "requestDelayMs": 12000, "maxWindowsPerRun": 4, "bigQueryProject": "duriin", "bigQueryKeyFile": "./gdelt-credentials.json"