[Bug]: Title generation not working for all grok-3 and grok-4 models #8427
Unanswered
alex-lawlab
asked this question in
Troubleshooting
Replies: 1 comment
-
I'm experiencing the same problem with locally hosted deepseek reasoner and chat models. Error from logs: I am able to generate titles in OpenWebUI so is there a workaround? |
Beta Was this translation helpful? Give feedback.
0 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.
-
What happened?
https://github.com/danny-avila/LibreChat/blob/f1b29ffb45134804e27b37322d1bfb89130c00a9/api/app/clients/OpenAIClient.js#L722C1-L729C7
According to official docs,
presencePenalty
andfrequencyPenalty
in requests will results in errors for Grok models. However, in generating titles, we are sending those in the requests, without usingdropParams
to drop it.I think these two params are less useful nowadays, and we could potentially just remove them to make title generation work again in Grok models.
I've tried using the grok-2-vision model in the
titleModel
and title generation works again, because grok-2 series do support these params.Version Information
ghcr.io/danny-avila/librechat-dev latest c0fa16ffb0d2 31 hours ago 1.11GB
Steps to Reproduce
current_model
orgrok-3-mini
Expected: title generated works
Actual: Title generation failed, no errors. Just become "Untitled" after a while.
What browsers are you seeing the problem on?
Safari
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions