add hello messga for chat roles

This commit is contained in:
RockYang
2023-03-25 22:48:36 +08:00
parent 4a3c93c65a
commit c813399363
3 changed files with 23 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ export default defineComponent({
logo: 'images/logo.png',
chatData: [],
options: [],
role: 'programmer',
role: 'gpt',
inputValue: '', // 聊天内容
chatBoxHeight: 0, // 聊天内容框高度
showConnectDialog: false,