FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.31k stars 15.66k forks source link

[BUG] Additional Parameters did not take effect. #2499

Open zhujinchong opened 4 months ago

zhujinchong commented 4 months ago

Describe the bug

In ChatOpenAI Custom, I want to customize the stop word. I placed this parameter in BaseOptions, but when making a request, the parameter was not passed.

examples: stop: ["<|im_end|>"]

HenryHengZJ commented 4 months ago

Currently we don't have stopSequences yet in ChatOpenAI Additional Config