FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

Open

#2,499 opened on 2024年5月28日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)TypeScript (24,335 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (52,823 stars)
PR merge metrics
 (平均マージ 8d 6h) (30d で 15 merged PRs)

説明

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

コントリビューターガイド