pub fn resolve_cache_dir(
provider: &str,
model_id: &str,
options: &Value,
) -> PathBufExpand description
Resolve the cache directory for a given provider and model.
Priority (highest first):
options["cache_dir"]– per-model overrideUNI_CACHE_DIRenv var – global root override; resolves to$UNI_CACHE_DIR/<provider>/<model>.uni_cache/<provider>/<model>– default