总会话数

{{ stats.total_sessions }}

总消息数

{{ stats.total_messages }}

今日会话

{{ stats.today_sessions }}

今日消息

{{ stats.today_messages }}

暂无聊天记录

{{ s.title }}

{{ s.client_type }} {{ s.message_count }}条消息

{{ formatTime(s.created_at) }}

共 {{ total }} 条

请从左侧选择一个对话查看

{{ currentSession.title }}

模型: {{ currentSession.model_name }} 时间: {{ formatTime(currentSession.created_at) }}

{{ msg.role === 'user' ? '用户' : 'AI' }} {{ formatTime(msg.created_at) }}

{{ msg.content }}

{{ msg.tokens }} tokens {{ msg.latency_ms }}ms