mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 09:37:38 +08:00
feat: image input and session optimize
This commit is contained in:
3
common/memory.py
Normal file
3
common/memory.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from common.expired_dict import ExpiredDict
|
||||
|
||||
USER_IMAGE_CACHE = ExpiredDict(60 * 3)
|
||||
Reference in New Issue
Block a user