Skip to content

Commit 9dce0f0

Browse files
authored
fix: assistant message (#373)
1 parent 23b2153 commit 9dce0f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.20.4

web/apps/web/src/components/assistant/model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class AssistantModel {
3535
},
3636
{ role: 'assistant', loading: true },
3737
);
38-
this.question = '';
38+
// this.question = '';
3939
const res = await query({
4040
question: this.question,
4141
});

0 commit comments

Comments
 (0)