(fix) undo change from other branch

This commit is contained in:
Ishaan Jaff
2024-03-26 09:24:12 -07:00
parent 098a03facc
commit 75ef51b714
+1
View File
@@ -2814,6 +2814,7 @@ def client(original_function):
)
# if caching is false, don't run this
final_embedding_cached_response = None
if (
(
kwargs.get("caching", None) is None