使用用户generate使用次数每个只有两次

This commit is contained in:
X1627315083
2024-01-30 13:33:08 +08:00
parent f51465f7a9
commit 958e4958de
18 changed files with 153 additions and 86 deletions

View File

@@ -293,20 +293,20 @@ export default defineComponent({
// }
},
}
if(this.isTest){//试用用户禁止使用
// message.warning(
// this.t('isTest.available')
// );
this.record.push({
state:1,
str:this.t('isTest.src'),
src:'https://code-create.com.hk/aida/'
})
this.createTimer()
this.textScroll()
this.chatCentent = ""
return
}
// if(this.isTest){//试用用户禁止使用
// // message.warning(
// // this.t('isTest.available')
// // );
// this.record.push({
// state:1,
// str:this.t('isTest.src'),
// src:'https://code-create.com.hk/aida/'
// })
// this.createTimer()
// this.textScroll()
// this.chatCentent = ""
// return
// }
Https.axiosPost(Https.httpUrls.chatStreamTest, data).then(
// Https.axiosPost(Https.httpUrls.pythonChatStream, data,interaction).then(
(rv) => {