remove logging.info
This commit is contained in:
@@ -133,7 +133,6 @@ class Pipeline:
|
|||||||
if isinstance(chunk, str):
|
if isinstance(chunk, str):
|
||||||
yield chunk
|
yield chunk
|
||||||
else:
|
else:
|
||||||
logger.info("logged message")
|
|
||||||
CONV_STORE.record_message_list(conv_id, chunk)
|
CONV_STORE.record_message_list(conv_id, chunk)
|
||||||
|
|
||||||
async def _astream_res(self, out):
|
async def _astream_res(self, out):
|
||||||
|
|||||||
Reference in New Issue
Block a user