mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: increase max_tokens for GLM 5.1 reasoning headroom
This commit is contained in:
parent
c78a188ddd
commit
f41031af3a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def generate_title(user_message: str, assistant_response: str, timeout: float =
|
||||||
response = call_llm(
|
response = call_llm(
|
||||||
task="title_generation",
|
task="title_generation",
|
||||||
messages=messages,
|
messages=messages,
|
||||||
max_tokens=30,
|
max_tokens=500,
|
||||||
temperature=0.3,
|
temperature=0.3,
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue