mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-16 09:31:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue