This commit is contained in:
UnCLAS-Prommer
2025-07-12 23:45:43 +08:00
parent 58ef00865d
commit 80bf8759e0
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ class IdentityConfig(ConfigBase):
identity_detail: list[str] = field(default_factory=lambda: [])
"""身份特征"""
compress_indentity: bool = True
compress_identity: bool = True
"""是否压缩身份压缩后会精简身份信息节省token消耗并提高回复性能但是会丢失一些信息如果不长可以关闭"""