/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ redis
/ commands
/ json
/ _util.py
Run
Starting...
Stop
View File
Save
from typing import Any, Dict, List, Union JsonType = Union[str, int, float, bool, None, Dict[str, Any], List[Any]]
Memory