mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
Both write paths now go through the same refusal, so /config/field/update and /config/update answer identically instead of each phrasing its own rule. A successful write now applies to the SettingsStore, so the next read sees it. Without this, /config/field/info reported a key the dashboard had just stored as "not set" until the process reloaded from the database. resolve() no longer takes a KeyRule it never reads; the store picks the row. The matrix tests resolve through SettingsStore instead of calling resolve directly, so the section and key in each case actually route a lookup. ConfigFieldInfo and ConfigList type `source` as the FieldSource literal, and the dashboard API types are regenerated for the two new fields. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||