mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Encountering an error while adding a custom model to Volcano Engine #43
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 @GentleLemon on GitHub (Mar 6, 2025).
Error code: 400 - {'error': {'code': 'InvalidParameter', 'message': 'A parameter specified in the request is not valid: stream Request id: 021741250062204ff303ac16ece080358e099ce5c58d82c1a20d7', 'param': 'stream', 'type': 'BadRequest'}}, request_id: 20250306083421VBNl8caZLkE1dVFO8VLE
The code for a normal invocation is as follows:
Using Volcano Engine with deepseek https://www.volcengine.com/docs/82379/1449737
'''
client = OpenAI(
api_key=os.environ.get("ARK_API_KEY"),
base_url="https://ark.cn-beijing.volces.com/api/v3/bots",
)
'''
The model is: "model": "bot-20250305144014-sj24r".
@ppttfish commented on GitHub (Mar 6, 2025):
same error. - -
@ZhangHuan95 commented on GitHub (Apr 8, 2025):
same!!!
please fix it.
@dosubot[bot] commented on GitHub (Aug 18, 2025):
Hi, @GentleLemon. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!