fix: title_generator no longer logs as 'compression' task
Changed task='compression' to task='title_generation' so auto-title calls don't pollute logs with false compression alarms.
This commit is contained in:
parent
45e60904c6
commit
7a67b13506
@ -36,7 +36,7 @@ def generate_title(user_message: str, assistant_response: str, timeout: float =
|
||||
|
||||
try:
|
||||
response = call_llm(
|
||||
task="compression", # reuse compression task config (cheap/fast model)
|
||||
task="title_generation",
|
||||
messages=messages,
|
||||
max_tokens=30,
|
||||
temperature=0.3,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user