Log all responses

This commit is contained in:
2025-02-26 20:33:43 +00:00
parent db9c538d8a
commit 86f7017046
4 changed files with 44 additions and 7 deletions

View File

@@ -213,6 +213,7 @@ class OpenAIProvider(BaseLLMProvider):
Returns:
Generator yielding content chunks
"""
logger.info("Starting OpenAI streaming response processing")
def generate():
for chunk in response: