curl --location --request GET '/adminapi/setting.ai_setting/getChatConfig' \
--header 'token: {{admin-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"is_markdown": 1,
"chat_logo": "http://www.php-gtp.localhost/resource/image/adminapi/default/chat_logo.png",
"chat_default": "http://www.php-gtp.localhost/resource/image/adminapi/default/chat_logo.png",
"chat_example": "http://www.php-gtp.localhost/resource/image/adminapi/default/chat_example.png",
"global_directives": "",
"chat_limit_tips": ""
}
}