28 lines
1.0 KiB
PHP
28 lines
1.0 KiB
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',
|
|
'api_type' => 'API Method',
|
|
'own' => 'Own Key',
|
|
'beikeshop' => 'BeikeShop',
|
|
'empty_api_key' => 'API Key is empty, please go to the plugin settings - OpenAI - Edit and fill in the API Key first.',
|
|
];
|