FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

开放

#2,499 创建于 2024年5月28日

 (5 条评论) (0 个反应) (0 位负责人)TypeScript (24,335 个派生)batch import
enhancementgood first issuehelp wanted

仓库指标

星标
 (52,823 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南