Allow titleMessageRole: "user" for Azure OpenAI o1 models #4384
-
What happened?when using o1 models with Azure OpenAI, I can't use config titleMessageRole: "user" (I tried to add to my librechat.yaml like mentioned here: https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#titlemessagerole but seems like it only works for custom endpoints) default chat completion role is "system", which will fail with following errors: (o1 doesn't support it) 2024-10-10T14:34:16.075Z warn: [OpenAIClient.chatCompletion][create] API error Steps to Reproduceendpoints: What browsers are you seeing the problem on?No response Relevant log outputNo response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do not use o1 for titling conversations, switch the title model to another deployment model (gpt-4o-mini is recommended). |
Beta Was this translation helpful? Give feedback.
Do not use o1 for titling conversations, switch the title model to another deployment model (gpt-4o-mini is recommended).