Feature: 调整AI聊天机器人的形象为“AI小班长”并更新了军人卡通风格头像
This commit is contained in:
@@ -68,7 +68,7 @@ class ChatBotController extends Controller
|
||||
'id' => $this->chatState->nextMessageId($roomId),
|
||||
'room_id' => $roomId,
|
||||
'from_user' => $user->username,
|
||||
'to_user' => 'AI小助手',
|
||||
'to_user' => 'AI小班长',
|
||||
'content' => $message,
|
||||
'is_secret' => false,
|
||||
'font_color' => '#000000',
|
||||
@@ -85,7 +85,7 @@ class ChatBotController extends Controller
|
||||
$botMsg = [
|
||||
'id' => $this->chatState->nextMessageId($roomId),
|
||||
'room_id' => $roomId,
|
||||
'from_user' => 'AI小助手',
|
||||
'from_user' => 'AI小班长',
|
||||
'to_user' => $user->username,
|
||||
'content' => $result['reply'],
|
||||
'is_secret' => false,
|
||||
|
||||
Reference in New Issue
Block a user