mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #14823] issue: When using Code Interpreter, the code becomes malformed after execution. #17377
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 @blakkd on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14823
Originally assigned to: @tjbck, @jackthgu on GitHub.
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
0.9.0
Operating System
Ubuntu 24.04
Browser (if applicable)
Brave 1.79.119 (Official Build) (64-bit) - Firefox 139.0.1 (64-bit)
Expected Behavior
The code written sent to the interpreter shouldn't change after execution.
Actual Behavior
The code is first generated correctly by the LM, but becomes malformed right after execution.
Steps to Reproduce
Logs & Screenshots
https://github.com/user-attachments/assets/18a1bec9-172e-4114-a935-183b6beb46fe
Additional Information
Portions of lines become all mixed together.
@blakkd commented on GitHub (Jun 25, 2025):
Thanks @tjbck!
I cleaned the irrelevant parts of the issue template for readability, I didn't notice before opening the issue.
Also:
Sorry for the incomplete early posting.
Is the issue reproduced on your side?
@tjbck commented on GitHub (Jun 26, 2025):
Addressed in dev with 21d616f8ed5cf84bbb9ae743aada3ffd3b7a6b10!