Files
chatgpt-on-wechat/channel/web
6vision 931fbc3eb5 fix: fix 'NoneType' object does not support item assignment error (#2525)
### Problem Description
When `context` is `None`, it should not be used for assignment operations.

### Solution
Adjusted the code logic to ensure that `context` is not `None` before performing any item assignment.
2025-04-20 16:27:44 +08:00
..
2024-11-27 08:53:13 +08:00

Web channel

使用SSEServer-Sent Events服务器推送事件实现提供了一个默认的网页。也可以自己实现加入api

#使用方法