mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-01-28 20:49:48 +08:00
3 lines
83 B
Python
3 lines
83 B
Python
from common.expired_dict import ExpiredDict
|
|
|
|
USER_IMAGE_CACHE = ExpiredDict(60 * 3) |