FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

Open

#2 499 ouverte le 28 mai 2024

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)TypeScript (52 823 stars) (24 335 forks)batch import
enhancementgood first issuehelp wanted

Description

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

Guide contributeur