mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 22:25:05 +00:00
Merge pull request #2378 from BerriAI/litellm_fix_dict_changed_size_during_iteration
[FIX] 🐛 embedding - "Dictionary changed size during iteration" Debug Log
This commit is contained in:
+1
-1
@@ -1127,7 +1127,7 @@ class Logging:
|
||||
self.model_call_details["cache_hit"] = cache_hit
|
||||
## if model in model cost map - log the response cost
|
||||
## else set cost to None
|
||||
verbose_logger.debug(f"Model={self.model}; result={result}")
|
||||
verbose_logger.debug(f"Model={self.model};")
|
||||
if (
|
||||
result is not None
|
||||
and (
|
||||
|
||||
Reference in New Issue
Block a user