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 5f9e141d1e
commit f57483ea70
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":