After update to v0.5.0 we get following issue when sending a chat prompt to gpt-4o-mini:
INFO: 81.172.216.60:0 - "POST /api/chat/completions HTTP/1.1" 200 OK
ERROR [asyncio] Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7ff15042bfd0>
ERROR [asyncio] Unclosed connector
connections: ['deque([(<aiohttp.client_proto.ResponseHandler object at 0x7ff1505dc440>, 564.36978947)])']
connector: <aiohttp.connector.TCPConnector object at 0x7ff15066b910>
Reverting to v0.4.8 solved the issue.
Originally created by @mesa57 on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8072
After update to v0.5.0 we get following issue when sending a chat prompt to gpt-4o-mini:
```
INFO: 81.172.216.60:0 - "POST /api/chat/completions HTTP/1.1" 200 OK
ERROR [asyncio] Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7ff15042bfd0>
ERROR [asyncio] Unclosed connector
connections: ['deque([(<aiohttp.client_proto.ResponseHandler object at 0x7ff1505dc440>, 564.36978947)])']
connector: <aiohttp.connector.TCPConnector object at 0x7ff15066b910>
```
Reverting to v0.4.8 solved the issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mesa57 on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8072
After update to v0.5.0 we get following issue when sending a chat prompt to gpt-4o-mini:
Reverting to v0.4.8 solved the issue.