FlowiseAI/Flowise
Ver no GitHub[BUG] Additional Parameters did not take effect.
Open
#2.499 aberto em 28 de mai. de 2024
enhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (52.823 stars)
- Métricas de merge de PR
- (Mesclagem média 8d 6h) (15 fundiu PRs em 30d)
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|>"]