FlowiseAI/Flowise

[BUG] Additional Parameters did not take effect.

Open

#2.499 geöffnet am 28. Mai 2024

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (24.335 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (52.823 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 6h) (15 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide