mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
Completing the send-only-what-changed audit: vector_store_ids was still
value-conditional, so a model that has vector stores re-sent them on every
save. It's now touch-gated like the other fields while preserving the
tri-state clear (a touched-but-emptied selection sends [] to clear on the
backend, an untouched one is omitted so the stored value is kept).
cache_control_injection_points is deliberately left ungated: CacheControlSettings
writes it through form.setFieldValue("litellm_extra_params", ...), which never
marks a field touched, so its real edits already ride the textarea value-diff;
an isFieldTouched gate there would silently drop cache-control changes.
|
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||