Skip to content

Commit 3b7f4bb

Browse files
committed
Removed useless property.
1 parent 66e121c commit 3b7f4bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

aimodel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function AI(model) {
1111
t.payload = {};
1212
t.payload.model = model;
1313
t.payload.messages = [];
14-
t.response = [];
1514
}
1615

1716
// Enables think mode

0 commit comments

Comments
 (0)