24 lines
793 B
PHP
24 lines
793 B
PHP
<?php
|
|
/**
|
|
* setting.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-11 15:26:18
|
|
* @modified 2022-08-11 15:26:18
|
|
*/
|
|
|
|
return [
|
|
// Text
|
|
'title' => 'OpenAI intelligent chat assistant',
|
|
'sub_title' => 'Based on OpenAI GPT3.0 integrated development If you have any questions, please consult qq group 639108380',
|
|
'no_question' => 'Please enter the search content in the box below',
|
|
'enter_question' => 'Please enter a question',
|
|
'loading' => 'loading...',
|
|
'no_more' => 'no more',
|
|
'qa_q' => 'ask',
|
|
'qa_a' => 'answer',
|
|
'number_free' => 'The remaining free times of the day',
|
|
];
|