FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

オープン

#2,499 opened on 2024/05/28

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (24,335 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (52,823 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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