Replies: 1 comment 7 replies
-
|
I noticed that the latest main branch has already addressed this issue by changing incremental-output=True to incremental-output=stream in core/model_runtime/moder_viewers/tongyi/llm/llm.py |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I deployed dify (including API and web) on my macOS, and I tried to set my API Key in "Settings Model Provider TONGYI". When I clicked "Save", the page reported an error "parameter incrementar_output only support stream call", involving the following interfaces:“ http://localhost:5001/console/api/workspaces/current/model -Providers/tongyi ", the interface response is as follows: {
"code": "invalid_param",
"message": "parameter incremental_output only support stream call",
"status": 400
}
How can I solve this problem?
2. Additional context or comments

Beta Was this translation helpful? Give feedback.
All reactions