tju-yxq opened a new issue, #1669: URL: https://github.com/apache/rocketmq-dashboard/issues/1669
The OpenAiCompatibleLlmClient creates an HttpClient via HttpClient.newBuilder() without setting Redirect.NEVER. The LLM API base URL is user-configured. If the provider returns a redirect to an internal address, the redirect is followed. Fix: add .followRedirects(HttpClient.Redirect.NEVER) to the HttpClient builder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
