fix(utils.py): support image gen logging to langfuse

This commit is contained in:
Krrish Dholakia 2024-02-16 16:12:52 -08:00
parent 9c2cce56f7
commit 2a5a14d612
5 changed files with 58 additions and 91 deletions

View file

@ -3197,6 +3197,7 @@ def image_generation(
"preset_cache_key": None,
"stream_response": {},
},
custom_llm_provider=custom_llm_provider,
)
if custom_llm_provider == "azure":