|
@@ -2873,7 +2873,7 @@ from desktop.views import _ko
|
|
|
self.messages.push({type:'user', content: self.query().trim()});
|
|
self.messages.push({type:'user', content: self.query().trim()});
|
|
|
self.messages.push({type:'ai', content: '感谢提问!我已经收到你的消息:' + self.query().trim()});
|
|
self.messages.push({type:'ai', content: '感谢提问!我已经收到你的消息:' + self.query().trim()});
|
|
|
|
|
|
|
|
- self.query = '';
|
|
|
|
|
|
|
+ self.query('');
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
ChatPanel.prototype.initFunctions = function (dialect) {
|
|
ChatPanel.prototype.initFunctions = function (dialect) {
|