Title generation and tags generation with pipelines
Hello, I am using open-webui version 0.5.20. I am using pipelines (to send metrics to langfuse). It is working well. But I have noticed that inlet function is correctly called for title and tag generation, but not outlet function. Thus I do not get the metrics in langfuse for these LLM calls. Did I miss something or is it a limitation?
I notice too that pipelines outlet function is not called for the image generation prompt, neither the calls for image generation themselves (neither inlet nor outlet).
I am also experiencing the same thing. Since I am using an external openai model for title and tag generation, I would like to track the costs associated with those generations as well. To do that, I need to get the LLM response in the outlet.
Same here and i tried different approaches to change the pipeline code but none of the changes has worked so far