mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
The Router Settings page rendered optional_pre_call_checks as free-text JSON, requiring admins to know and correctly type the exact valid check names. Add a dedicated multi-select populated from the field's known options (already returned by /router/fields), matching how routing_strategy already gets its own selector instead of a raw text field. The value now flows through React state (like routing_strategy/enable_tag_filtering) instead of the page's DOM-querySelector-based save mechanism, since an antd Select doesn't produce a plain named <input> for that mechanism to read. default_litellm_params keeps the raw-JSON editor since it has no fixed set of keys to offer as options. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||