remove:移除内部固定温度参数

This commit is contained in:
SengokuCola
2026-04-21 13:43:13 +08:00
parent 54d3f156d4
commit 269c434778
7 changed files with 5 additions and 74 deletions

View File

@@ -24,7 +24,6 @@ async def _run_expression_selector(tool_ctx: BuiltinToolRuntimeContext, system_p
system_prompt=system_prompt,
request_kind="expression_selector",
max_tokens=256,
temperature=0.1,
)
return (response.content or "").strip()