Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62c381e

Browse files
auto-commit for 658514ef-9695-497e-8fd2-73eea1ecf852
1 parent 701a666 commit 62c381e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/fast_qa_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,5 @@ def warm_up_cache(self):
285285
# Create global ultra-fast instance
286286
ultra_fast_qa_agent = UltraFastQAAgent()
287287

288-
# Warm up cache on import
289-
ultra_fast_qa_agent.warm_up_cache()
288+
# Warm up cache on import (disabled to avoid quota issues during startup)
289+
# ultra_fast_qa_agent.warm_up_cache()

0 commit comments

Comments
 (0)