Serverless models in custom endpoint get chat title generation failure #8544
Unanswered
mansiibm
asked this question in
Troubleshooting
Replies: 2 comments 6 replies
-
Reasoning models are not good for generating titles (there's a time limit, and reasoning tokens are not accounted for the title). Set a different title model: |
Beta Was this translation helpful? Give feedback.
2 replies
-
I even use the titleEndpoint- ![]() still did not work , still the think and all- ![]() |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Hi using the version for LC-62b4f3b79576ed549bc6e586415952653d4c42a4 and the chat title is failing although in the backend the chat title completion is done.
The config-
endpoints:
custom:
- name: "Deepseek"
apiKey: "${DEEPSEEK_API_KEY}"
baseURL: "https://region.api.cognitive.microsoft.com/models"
models:
default: ["DeepSeek-R1"]
fetch: false
titleConvo: true
directEndpoint: false
titleModel: "DeepSeek-V3-0324"
modelDisplayLabel: "Deepseek"
both the models are deployed and active .
Version Information
62b4f3b LC version.
Steps to Reproduce
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Chat title not generated for UI.
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions