mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
chore: upgrade backend Python to 3.11 (#1142)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
parent
975648c1d2
commit
ce782762e8
13 changed files with 390 additions and 409 deletions
|
|
@ -124,7 +124,7 @@ async def timeout_stream_wrapper(
|
|||
)
|
||||
last_data_time = time.time()
|
||||
yield data
|
||||
except asyncio.TimeoutError:
|
||||
except TimeoutError:
|
||||
chat_logger.warning(
|
||||
"SSE timeout: No data received, closing connection",
|
||||
extra={"timeout_seconds": timeout_seconds},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue