mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-18 00:17:00 +00:00
Set extra_headers explicitly in initialValues instead of relying on a useEffect setFieldValue call that races with Antd form initialization. Also avoid sending empty array on submit so the backend's exclude_none doesn't overwrite stored values.