FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

Open

#2499 aperta il 28 mag 2024

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)TypeScript (24.335 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (52.823 star)
Metriche merge PR
 (Merge medio 8g 6h) (15 PR mergiate in 30 g)

Descrizione

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

Guida contributor