local-llm-server/llm_server/routes/cache.py

4 lines
80 B
Python
Raw Normal View History

2023-08-21 21:28:52 -06:00
from flask_caching import Cache
cache = Cache(config={'CACHE_TYPE': 'simple'})