pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

Title generation and tags generation with pipelines

Open OlivierJavaux opened this issue 9 months ago • 3 comments

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?

OlivierJavaux avatar Mar 28 '25 16:03 OlivierJavaux

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).

OlivierJavaux avatar Apr 10 '25 07:04 OlivierJavaux

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.

mrbranan avatar Apr 24 '25 21:04 mrbranan

Same here and i tried different approaches to change the pipeline code but none of the changes has worked so far

jsivu avatar Aug 15 '25 05:08 jsivu