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

貢獻者指南