mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Pipe not working issue since 0.3.14 : Unexpected token 'I', "Internal S"... is not valid JSON #1838
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 @thiswillbeyourgithub on GitHub (Aug 21, 2024).
Bug Report
Installation Method
docker
Environment
Open WebUI Version: 0.3.14 (not present before)
Operating System: ubuntu 22
Confirmation:
Expected Behavior:
My pipe should work :)
Actual Behavior:
The message errors out.
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
openrouter/anthropic/claude-3.5-sonnetMy pipe
Logs and Screenshots
Docker Container Logs:
Docker logs
Along with the error:
Screenshots/Screen Recordings (if applicable):
##
Additional Information
Started happening as soon as I upgraded to 0.3.14
@darkvertex commented on GitHub (Aug 21, 2024):
Same here with the Anthropic manifold pipe from the community:
https://openwebui.com/f/justinrahb/anthropic/
@justinh-rahb commented on GitHub (Aug 21, 2024):
Looking into it!
@tjbck commented on GitHub (Aug 21, 2024):
Fixed on dev, 0.3.15 coming soon!
@darkvertex commented on GitHub (Aug 22, 2024):
Fixed faster than Sonic makes scrambled eggs. Amazing! Thank you. 🙏
@thiswillbeyourgithub commented on GitHub (Aug 22, 2024):
Confirmed fixed for me too, you people rock :)
@MatthK commented on GitHub (Aug 23, 2024):
Unfortunately I still receive this error, although I just updated to version 0.3.15.
I'm running it in two docker containers, both Open-WebUI and Ollama. When I check the Ollama API in Settings, it says the connection works fine.
@darkvertex commented on GitHub (Aug 26, 2024):
Not the same error as I and others were having. Perhaps you may wanna open a new GitHub issue for it if this reply does not solve your problem.
@MatthK From the error it appears you're trying to use this "model" prompt, yes? 👇
https://openwebui.com/m/uaquax/chatgpt-4-uncensored:latest
You're getting a KeyError that "dolphin" is not in your models. Looking at the page above under "Base Model ID" it says it's "dolphin", meaning it depends on a model by that name existing in your ollama server.
Which dolphin model though? That is the question, as there are many. 🤔 There's not one called simply "dolphin" though, so I wonder if the script ever worked?
You may have to download one of the many dolphins such as:
https://ollama.com/library/dolphin-mixtral
...and then edit your imported "model prompt" where it says "dolphin", change to the full model name like "dolphin-mixtral".
(If this doesn't solve it, open a new GitHub issue because your error is different from the one that started this one.)