diff --git a/bricks/llm.js b/bricks/llm.js index 5db2f55..9ca41da 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -134,7 +134,7 @@ bricks.ModelOutput = class extends bricks.VBox { if (typeof this.output_view === 'string'){ this.output_view = JSON.parse(this.output_view); } - if (this.response_mode == 'strean'){ + if (this.response_mode == 'stream'){ data.content = this.received_content + data.content; this.received_content = data.content }