.markdown-body :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(small):not(sub):not(sup):not(code) { font-size: inherit !important; }
{{ toast.message }}

{{ currentCharacter.name }}

{{ chatRoundStats.floors }} {{ Number(conversationBodyLength || 0).toLocaleString() }} {{ Number(summaryCompressedBodyLength || 0).toLocaleString() }}
角色卡简介
暂无描述信息
{{ currentCharacter.name }}
未选择角色卡

请先选择或创建一个角色卡

开始与 {{ currentCharacter.name }} 对话吧

{{ currentCharacter.name }}
卡片交互 {{ pendingCardInteraction }}
识别失败

角色卡管理

未找到匹配的角色卡

尝试更换检索关键词,或者创作一个属于你的角色卡!

用户设置
{{ (profile.name || 'U').charAt(0).toUpperCase() }}
{{ profile.name || '未命名人设' }}
{{ profile.person === 'second' ? '第二人称' : '第三人称' }} · {{ profile.description.substring(0, 20) }}{{ profile.description.length > 20 ? '...' : '' }}
{{ user.name ? user.name.charAt(0).toUpperCase() : 'U' }}
API 连接与服务

服务连接状态

API 接口
{{ apiLatency }}ms
生图服务 · 获取中... {{ quotaError ? '查询失败' : quotaValue + ' 次' }}
{{ imageGenLatency }}ms
获取API

3 个对话模型通道(可绑定不同 API) 在聊天框旁直接换

每个槽位支持独立的 API 网址、API Key 与模型;留空则自动继承全局主配置

{{ settings.visionModel || '请选择模型' }}
高级设置

高级参数

空间管理

{{ storageStats.error }}
网页存储空间 {{ formatStorageSize(storageStats.usage) }} / {{ storageStats.quota ? formatStorageSize(storageStats.quota) : '未知' }}
{{ category.label }}
{{ formatStorageSize(category.bytes) }}

{{ preset.name }}

{{ getPresetRoleDisplayLabel(preset) }}

{{ script.name }}

{{ script.scope === 'global' ? '全局' : '绑定' }}
记忆系统
基础模式 使用总结模型为每轮对话生成第三人称的高密度记忆。超过保留楼层后,AI 原文会由对应的本轮记忆替代。
增强模式 先使用总结模型为每轮对话生成第三人称的高密度记忆,再将用户原输入与对应总结生成向量;按最新输入召回增强记忆。
使用普通聊天模型在后台整理逐轮记忆。它会读取最近四轮对话作为背景,但只整理明确标记的最新一轮;生成的记忆内容用于替换非保留楼层中的 AI 原文,不会改动聊天界面。 该地址无此模型
将用户原输入与对应总结生成向量坐标,再按最新输入召回增强记忆。 该地址无此模型
这里的「槽位」就是聊天框旁边那三个模型通道,每个槽位各带一套「模型 + API 网址 + Key」。选中某个槽位,表示让记忆系统借用它的 API 网址和 Key —— 只借这两样,不会借用它的模型,也不会改动该槽位本身。列表里只会出现真正配了独立网址或 Key 的槽位。 如果这条地址只给记忆系统用、不想占用任何槽位,就选「自定义网址」单独填一个。切换地址后,已生成的旧向量坐标会自动失效并按新地址重新索引。

这个地址只给记忆系统使用 —— 不会影响聊天通道,也不占用任何槽位。

{{ memorySettings.apiKey ? '使用这里的 Key' : (settings.apiKey ? '留空则沿用全局主 Key' : '缺 Key') }}
{{ memoryApiStatusView.message }} {{ memoryApiStatusView.right }}

目前只有「全局主 API」一个地址可用。到上面的「3 个对话模型通道」里给某个槽位填上独立 API 网址,它就会出现在这个列表里。

控制同时处理多少个总结补录任务。数值越高补录越快;它只影响处理速度,不改变总结内容和记忆顺序。
{{ memorySettings.classicConcurrency }} 并发
决定最近多少楼原始对话保留在上下文中,更早的内容会由记忆引擎替代。数值越大,保留的原文越多、上下文占用也越高。
{{ activeKeepFloors + ' 楼' }}
记忆浏览
压缩率 {{ summaryCompressionRate === null ? '未压缩' : summaryCompressionRate + '%' }}
还没有基础模式记忆,可继续对话或点击补录记忆
第 {{ memory.displayTurnStart === memory.displayTurnEnd ? memory.displayTurnStart : memory.displayTurnStart + '-' + memory.displayTurnEnd }} 轮
{{ Number(memory.originalChars || 0).toLocaleString() }}字 {{ Number(memory.compressedChars || 0).toLocaleString() }}字

{{ memory.summary }}

{{ worldInfoSettings.scanDepth }}
{{ worldInfoSettings.maxDepth }}

{{ entry.comment || '未命名条目' }}

{{ entry.scope === 'global' ? '全局' : '绑定' }}