#Azure titleConvo not working

1 messages · Page 1 of 1 (latest)

scarlet iris
#

Per the documentation, I've set titleConvo: true so that titles will automatically be generated for each new conversation. However, I am only seeing New Chat within the UI. I have tried setting titleMethod explicitly along with titleModel but the behavior remains the same. Having searched around the GitHub issues, I saw examples of logs being generated in the debug log, but I am not seeing any such logs related to title generation. It seems as if title generation is not being invoked at all.

Thank you for reviewing this, and I look forward to your feedback!

stoic grove
#
    titleModel: "gpt-35-turbo"
    titleConvo: true```
#

I see in your message that you mentioned you already tried with title model set, but didn't see it in your config so lmk if that doesn't work

scarlet iris
#

Done. I restarted the LibreChat container after with no change. New session after the change and restart included as well. I still do not see any title related logs in the debug log either.

stoic grove
scarlet iris
#

Oh, I didn't realize it was a client side call. Yes, I'm getting a 404 back. I tailed the error log and there's nothing logged.

#

Here's everything matching the specified conversationId in the logs.

stoic grove
#

that's really odd, looks like most of the errors are unrelated (mellisearch). The 403 error on graph.microsoft.com seems strange also. Can you post your full yml config file?