You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core:base_url is no longer part of the cache key for the vendor providers. A gateway and a direct connection to the same API now share entries instead of paying for the same answers twice — the same call cache_key already made about the model a vendor reports having served. The address is recorded on each entry and a hit from a different one warns, exactly as program_digest reports a rebuilt exec program; cache_salt (new on these variants) separates two endpoints outright when a warning is not enough.
Features
core: customize provider requests via request:, and stop keying base_url (#65) (56f9298)