Merge pull request #1232 from RedwindA/fix/playground-group
Some checks failed
Some checks failed
fix: include group in payload for playground
This commit is contained in:
commit
e0e548eb94
@ -83,6 +83,7 @@ export const buildApiPayload = (messages, systemPrompt, inputs, parameterEnabled
|
||||
const payload = {
|
||||
model: inputs.model,
|
||||
messages: processedMessages,
|
||||
group: inputs.group,
|
||||
stream: inputs.stream,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user