Chat title is "Untitled" when using reasoning model #7265
Replies: 2 comments 2 replies
-
Reasoning models are really not recommended for titles. The title method uses limited tokens, and there is a limited time to generate the title, so more than likely you will "Untitled" (a title was not generated). Look into customizing this here: https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#titlemodel |
Beta Was this translation helpful? Give feedback.
-
@danny-avila |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Hello, I am using vllm with Qwen/QwQ-32B-AWQ as model.
For the vllm docker image I added the parameters
"--reasoning-parser", "deepseek_r1",
"--enable-reasoning"
Now I see the "thinking" field in the UI, but the titles do not work anymore. In the vllm logs further down you can see that vllm gets the request and seems to return an answer.
Version Information
Running from docker
ghcr.io/danny-avila/librechat-dev latest 07698c5407cb 2 days ago 950MB
ghcr.io/danny-avila/librechat-rag-api-dev latest 96061ddf7d66 4 weeks ago 7.81GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 817faebddae9 4 weeks ago 1.31GB
Steps to Reproduce
Setup Librechat with vllm in the librecaht.yaml:
Start Librechat and vllm, here the vllm docker compose:
What browsers are you seeing the problem on?
Firefox, Brave
Pretty sure its not browser related.
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions