Unable to get titles for o4-mini-deep-research #9506
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By default, LibreChat will attempt to both use the current model and chat/completions endpoint for structured outputs based on the conversation to generate a title. To customize both of these, including the system prompt used for titling, you can use these settings: It is highly recommended to use a smaller/faster model than deep-research models for titling, as they can also timeout as title generations are cancelled if they take too long. |
Beta Was this translation helpful? Give feedback.
By default, LibreChat will attempt to both use the current model and chat/completions endpoint for structured outputs based on the conversation to generate a title.
To customize both of these, including the system prompt used for titling, you can use these settings:
https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/shared_endpoint_settings#titlemodel
It is highly recommended to use a smaller/faster model than deep-research models for titling, as they can also timeout as title generations are cancelled if they take too long.