zentaobiz.php 736 B

1234567
  1. <?php
  2. $lang->zai->createChatFailed = 'Failed to create AI chat. Please ensure ZAI is configured correctly and check the API key and parameters.';
  3. $lang->zai->postMessageFailed = 'Failed to send message. Please ensure ZAI is configured correctly and check the API key and parameters.';
  4. $lang->zai->getChatFailed = 'Failed to get chat. Please ensure ZAI is configured correctly and check the API key and parameters.';
  5. $lang->zai->updateChatFailed = 'Failed to update chat. Please ensure ZAI is configured correctly and check the API key and parameters.';
  6. $lang->zai->generateChatTitleFailed = 'Failed to generate chat title. Please ensure ZAI is configured correctly and check the API key and parameters.';