mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18521] issue: Code Interpreter does not function as expected with Gemini pipeline function #34150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @swiftdev29 on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18521
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
macOS
Browser (if applicable)
Safari
Confirmation
README.md.Expected Behavior
Code Interpreter should load up with proper tags, analyzing block and render output properly.
Actual Behavior
Tested with and without the Gemini Pipeline function. First, I tried using the Gemini's OpenAI Compatible API. The same model (gemini-2.5-flash) worked fine with the Code Interpreter, except with rendering results like images.
However, with the Gemini Pipeline function (https://openwebui.com/f/owndev/google_gemini), the appropriate tags for code interpreter appear as it is in the model response. No code is run.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response