From 64e286e623f093360e0ce4e89c31c1eea25b2a67 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Wed, 8 Oct 2025 21:07:33 -0400 Subject: [PATCH] oops --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index becc72b..9e0369e 100644 --- a/main.py +++ b/main.py @@ -98,7 +98,6 @@ def chunk_text(texts: list[str], collection): def consult_oracle(input: str, collection): -print(input) import time chunker = Chunker(collection)