mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
Covers the full write-path flow for team-scoped models on the Models + Endpoints page: create via /model/new, click the row to open the detail view, click Edit Settings, change TPM/RPM, click Save Changes, assert the new values render back. Cleans up via /model/delete in finally so reruns stay deterministic. Requires store_model_in_db: true in the fixture general_settings so the proxy accepts /model/new and /model/delete. No existing test in the dashboard e2e suite reads the all-models table or hits the model CRUD endpoints, so enabling the flag has no cross-test impact. |
||
|---|---|---|
| .. | ||
| mock_llm_server | ||
| config.yml | ||
| menuMappings.ts | ||
| pages.ts | ||
| roles.ts | ||
| seed.sql | ||
| users.ts | ||