Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701a666 commit 62c381eCopy full SHA for 62c381e
agent/fast_qa_agent.py
@@ -285,5 +285,5 @@ def warm_up_cache(self):
285
# Create global ultra-fast instance
286
ultra_fast_qa_agent = UltraFastQAAgent()
287
288
-# Warm up cache on import
289
-ultra_fast_qa_agent.warm_up_cache()
+# Warm up cache on import (disabled to avoid quota issues during startup)
+# ultra_fast_qa_agent.warm_up_cache()
0 commit comments