bugfix
This commit is contained in:
parent
ec4a1710db
commit
6a4940e8e0
@ -436,7 +436,7 @@ bricks.LlmIO = class extends bricks.VBox {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
var llm = event.params;
|
||||
d = {};
|
||||
var d = {};
|
||||
d.llmid = llm.id;
|
||||
d.llmcatelogid = llm.llmcatelogid;
|
||||
d.response_mode = llm.stream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user