Skip to content

Commit

Permalink
Fix log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrobertoh committed Oct 12, 2023
1 parent 1c8e769 commit cdce45a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private EventSource startCall(
accessToken = authenticationResponse.getSessionJwt();
}
var request = requestProvider.buildYouCompletionRequest(message);
LOG.info("Initiating completion request using model: GPT-4" +
LOG.info("Initiating completion request using model: " +
(request.isUseGPT4Model() ? "GPT-4" : "YouBot"));

return CompletionClientProvider.getYouClient(sessionId, accessToken)
Expand Down

0 comments on commit cdce45a

Please sign in to comment.