FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

Open

#2,499 建立於 2024年5月28日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)TypeScript (52,823 star) (24,335 fork)batch import
enhancementgood first issuehelp wanted

描述

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|>"]

貢獻者指南