基本功能已完成

This commit is contained in:
2023-05-15 01:24:18 +08:00
parent 65b4d57675
commit b99f837c72
7 changed files with 75 additions and 57 deletions

View File

@@ -19,7 +19,8 @@ export default {
return {
showSettings: false,
setting: {
model: new ChatGPT()
model: new ChatGPT(),
stream: true
},
}
},