You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug log level should be sufficient. This needs to occur in a few places, in particular in the case of Flux, see DefaultCallPromptResponseSpec.doGetChatResponse and DefaultStreamPromptResponseSpec.doGetFluxChatResponse for implementation hints.
Change OpenAiChatModel to inherit from this abstract base class. Once that is reviewed and discussed, we can have a separate PR that would change all the other implementations of ChatModel to extend AbstractChatModel
The text was updated successfully, but these errors were encountered:
markpollack
changed the title
Create a Logging Advisor that logs requests and responses
Add logging into ChatClient to log request and response.
Jun 20, 2024
markpollack
changed the title
Add logging into ChatClient to log request and response.
Create an AbstractChatModel class that adds logging of request and response.
Jun 20, 2024
Uh oh!
There was an error while loading. Please reload this page.
debug log level should be sufficient. This needs to occur in a few places, in particular in the case of Flux, see
DefaultCallPromptResponseSpec.doGetChatResponse
andDefaultStreamPromptResponseSpec.doGetFluxChatResponse
for implementation hints.Change
OpenAiChatModel
to inherit from this abstract base class. Once that is reviewed and discussed, we can have a separate PR that would change all the other implementations ofChatModel
to extendAbstractChatModel
The text was updated successfully, but these errors were encountered: