getKeyTip:'Get your API Key from OpenAI dashboard',
placeholder:'Your OpenAI API Key(eg.sk-xxxx)',
placeholder:'Your OpenAI API Key(eg.sk-xxxx)',
},
apiKeyInfo:{
cloud:{
trial:{
title:'You are using the {{providerName}} trial quota.',
description:'The trial quota is provided for your testing use. Before the trial quota calls are exhausted, please set up your own model provider or purchase additional quota.',
description:'The trial quota is provided for your testing purposes. Before the trial quota is exhausted, please set up your own model provider or purchase additional quota.',
},
exhausted:{
title:'Your trial quota have been used up, please set up your APIKey.',
description:'Your trial quota has been exhausted. Please set up your own model provider or purchase additional quota.',
description:'You have exhausted your trial quota. Please set up your own model provider or purchase additional quota.',
},
},
selfHost:{
title:{
row1:'To get started,',
row2:'setup your model provider first.',
row2:'setup your model provider first.',
},
},
callTimes:'Call times',
@ -76,8 +76,8 @@ const translation = {
copy:'Copy',
},
qrcode:{
title:'QR code to share',
scan:'Scan Share Application',
title:'Link QR Code',
scan:'Scan To Share',
download:'Download QR Code',
},
customize:{
@ -103,14 +103,14 @@ const translation = {
},
},
apiInfo:{
title:'Backend service API',
title:'Backend Service API',
explanation:'Easily integrated into your application',