使用用户generate使用次数每个只有两次
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user