fix:移除了部分token限制

This commit is contained in:
SengokuCola
2025-06-09 00:32:30 +08:00
parent 79405d1871
commit 1e51717796
14 changed files with 7 additions and 24 deletions

View File

@@ -77,7 +77,6 @@ class DefaultExpressor:
# TODO: API-Adapter修改标记
self.express_model = LLMRequest(
model=global_config.model.replyer_1,
max_tokens=256,
request_type="focus.expressor",
)
self.heart_fc_sender = HeartFCSender()