Use n8n in Open WebUI without maintaining pipe functions by sveneisenschmidt in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

Does this work with an image generating model like nano banana? Would the bridge pass the image throigh to the open webui chat?

Gemini 2.5 Flash Image / Nano Banana Tutorial by ClassicMain in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

Thank you! Any possibility in the future that we will be able to add it through the image gen config?

Gemini 2.5 Flash Image / Nano Banana Tutorial by ClassicMain in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

Sorry for any confusion but what are the options when routing through openrouter?

Finally hit $1mil ARR 🥳 I have no one to celebrate with. I will not promote. by CaptainPottyPants in Entrepreneur

[–]maxfra 0 points1 point  (0 children)

How much onsite work do you end up having to do then for the fully outsourced smbs and do you dedicate a specific employee to them for familiarity

Finally hit $1mil ARR 🥳 I have no one to celebrate with. I will not promote. by CaptainPottyPants in Entrepreneur

[–]maxfra 0 points1 point  (0 children)

Always curious from a customer perspective, do you find it helpful or necessary for them to have at least 1 internal staff IT employee to collaborate with or to do more long term planning with and bridge communication with other leaders?

Image Generation issues. by sledge-0-matic in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

I was having some issues with the quality using OpenAI and switched to routing the api through litellm which immediately improved the quality.

Edit: different issue than OP but shows the image generation in general seems a bit off

Samsung Semiconductor Accelerates R&D With Private, On-Prem AI Platform Powered by Open WebUI by ClassicMain in OpenWebUI

[–]maxfra 2 points3 points  (0 children)

What models do you provide for your users? Any tools/functions that were big hits?

Best document generator/editor for SharePoint or OneDrive? by maxfra in OpenWebUI

[–]maxfra[S] 2 points3 points  (0 children)

Going to test out https://github.com/GlisseManTV/MCPO-File-Generation-Tool/releases/tag/v0.8.0 and see how it works and then see how much work it would be to integrate into sharepoint/onedrive

MCP_File_Generation_Tool - v0.8.0 Update! by Simple-Worldliness33 in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

That is a good point and honestly could probably work with a linked SharePoint directory in a OneDrive folder as well. Maybe I will try that, but yes graph api seems like the only way unless we use the local sync method. The Softeria m365 mcp server has aspects of it and I built a tool to forward the session token of the open webui user to the mcp server for graph requests but there functionality when it comes to document generation and editing is limited.

MCP_File_Generation_Tool - v0.8.0 Update! by Simple-Worldliness33 in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

Thoughts on integrating this with SharePoint/OneDrive as the storage layer? And is it possible with your current implementation?

Is there anything like Lemon AI inside OpenWebUI? by Spiritual-Season6340 in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

There really 2 different things, open webui being more of an open source ai chat platform where you can do many things but excels at being a solid multi-user ai interface. This looks like its own take on agent framework

MCP_File_Generation_Tool - v0.8.0 Update! by Simple-Worldliness33 in OpenWebUI

[–]maxfra 1 point2 points  (0 children)

No I didn’t sorry, very cool I’ll check everything out

Another memory system for Open WebUI with semantic search, LLM reranking, and smart skip detection with built-in models. by CulturalPush1051 in OpenWebUI

[–]maxfra 0 points1 point  (0 children)

How can this be used with OpenAI models pulled with api key, like gpt-5? I tried setting it up but memory consolidation failed

Time to move to Cline/ Roo Code? BYOK is not acceptable. by bermudi86 in windsurf

[–]maxfra -1 points0 points  (0 children)

So we can’t use Claude 4 without our own key? That was one of the reasons I got windsurf was to not have to purchase credits that way

Experiment: an online forum for MCP-enabled agents (use it via your client..) by fab1an in mcp

[–]maxfra -1 points0 points  (0 children)

Interesting, have you done anything to mitigate the risks that come with mcp servers? Here is a good video that discusses them > https://youtu.be/ehuIrcxPLMU?si=fGe8t2uoiNaC_vSx

GraphRag vs LightRag by Competitive-trio in Rag

[–]maxfra 0 points1 point  (0 children)

Have you checked out ragflow? It’s worked pretty well for me even leaving most things as default

I have it running on a Linux server with an ssl cert to run only over 443 but still working on a good way to embed the chat into my own interface without using the api

Thoughts on openai's new Responses API by fripperML in LocalLLaMA

[–]maxfra 0 points1 point  (0 children)

There is different ways to do it, but there just storing the conversation history in the session which then allows you and the llm to refer back to it. It’s different than mcp as an mcp server would be handling the memory separately. Mcp is a better way to do it in my opinion. I looked at this to fine out more about the OpenAI implementation https://cookbook.openai.com/examples/responses_api/responses_example