mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
openai_compatible for volcengine agent error #166
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 @kinghhp on GitHub (Apr 2, 2025).
Self Checks
Dify version
all
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
openai_compatible for volcengine agent response "Non-JSON encountered.", you must modify delimiter to "\r\n\r\n", it should be more compatible for common delimiter,like "\r" "\n"
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Apr 2, 2025):
@kinghhp Hello there! I'm here to help you with any bugs, questions, or contributions you have for the project. Let me know how I can assist you while you wait for a human maintainer.
I found a similar unsolved discussion regarding the "Non-JSON encountered" error when using the Volcengine agent with
openai_compatiblesettings. The discussion suggests modifying the delimiter to "\n\n" instead of "\r\n\r\n" for better compatibility with JSON response handling [1].To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other