feat:优化了auto切换聊天模式机制,修改取名prompt,不再处理temp

This commit is contained in:
SengokuCola
2025-05-27 21:45:03 +08:00
parent 7e59382603
commit 369de9d137
14 changed files with 237 additions and 70 deletions

View File

@@ -79,7 +79,7 @@ class DefaultExpressor:
# TODO: API-Adapter修改标记
self.express_model = LLMRequest(
model=global_config.model.focus_expressor,
temperature=global_config.model.focus_expressor["temp"],
# temperature=global_config.model.focus_expressor["temp"],
max_tokens=256,
request_type="focus_expressor",
)