We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dcd58 commit 2566fb8Copy full SHA for 2566fb8
1 file changed
astrbot/core/provider/sources/openai_source.py
@@ -321,6 +321,10 @@ async def _query_stream(
321
try:
322
state.handle_chunk(chunk)
323
except Exception as e:
324
+ logger.debug(
325
+ f"Saving chunk state error: {type(e).__name__}: {e}.",
326
+ exc_info=True,
327
+ )
328
logger.warning(f"Saving chunk state error: {e}")
329
if len(chunk.choices) == 0:
330
continue
0 commit comments