mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
- Add checkbox column to model table for row selection (DB models only) - Add bulk delete toolbar with confirmation modal when models are selected - Add clone button in actions column for DB models - Config models have disabled checkboxes and no clone button - Add 6 new tests covering bulk select, bulk delete, clone, and edge cases Co-authored-by: Ishaan Jaff <ishaan-jaff@users.noreply.github.com>
9 lines
241 B
YAML
9 lines
241 B
YAML
model_list:
|
|
- model_name: fake-openai-endpoint
|
|
litellm_params:
|
|
model: openai/fake
|
|
api_key: fake-key
|
|
api_base: https://exampleopenaiendpoint-production.up.railway.app
|
|
|
|
general_settings:
|
|
master_key: sk-dev-master-key
|