Skip to content

Commit

Permalink
Remove extra logging from chatservice
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacanter committed Oct 31, 2024
1 parent 510dce0 commit 3ffe0f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public Multi<String> chat(ChatBotRequest request) {

String traceId = Span.current().getSpanContext().getTraceId();
log.info("ChatBotService.chat for message: " + request.getMessage() + " traceId: " + traceId);
log.info(request.getRetrieverRequest().toString());
validateRequest(request);

StreamingChatLanguageModel llm = modelTemplateFactory.getModel(request.getModelRequest().getModelType())
Expand Down

0 comments on commit 3ffe0f0

Please sign in to comment.