From 7614fad6a8d5a56b308bb3c94a3c7973c2608860 Mon Sep 17 00:00:00 2001 From: tytodd Date: Sat, 25 Apr 2026 20:17:48 -0700 Subject: [PATCH] (no commit message) --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..f7adff4 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "model": null, + "num_fetch": 10, + "lm": "openai/gpt-4o-mini", + "embedder": "openai/text-embedding-3-small", + "clients": {} +} \ No newline at end of file