diff --git a/channel/http/static/1.js b/channel/http/static/1.js index 4a34289..9ace828 100644 --- a/channel/http/static/1.js +++ b/channel/http/static/1.js @@ -12,7 +12,7 @@ function ConvState(wrapper, form, params) { $(this.wrapper).find('#messages').stop().animate({ scrollTop: $(this.wrapper).find('#messages')[0].scrollHeight }, 600); }.bind(this); }; -ConvState.prototype.printAnswer = function (answer = '我是ChatGPT, 一个由OpenAI训练的大型语言模型, 我旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。') { +ConvState.prototype.printAnswer = function (answer = '我是ChatGPT, 一个由OpenAI训练的大型语言模型, 我旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。输入 #清除记忆 可以开始新的话题探索。输入 画xx 可以为你画一张图片。') { setTimeout(function () { var messageObj = $(this.wrapper).find('.message.typing'); answer = marked.parse(answer); @@ -131,4 +131,4 @@ ConvState.prototype.sendMessage = function (msg) { return state; } -})(jQuery); \ No newline at end of file +})(jQuery);