bump: version 1.15.6 → 1.15.7

This commit is contained in:
Krrish Dholakia 2023-12-23 10:03:49 +05:30
parent 43f4096014
commit 79a79b16e1
2 changed files with 3 additions and 3 deletions

View file

@ -984,7 +984,7 @@ class Logging:
print_verbose=print_verbose,
)
if callback == "langsmith":
print_verbose("reaches langsmtih for logging!")
print_verbose("reaches langsmith for logging!")
if self.stream:
if "complete_streaming_response" not in kwargs:
break