litellm-mirror/litellm/proxy/management_endpoints
Krish Dholakia 7ed6938a3f
LiteLLM Minor Fixes & Improvements (09/20/2024) (#5807)
* fix(vertex_llm_base.py): Handle api_base = ""

Fixes https://github.com/BerriAI/litellm/issues/5798

* fix(o1_transformation.py): handle stream_options not being supported

https://github.com/BerriAI/litellm/issues/5803

* docs(routing.md): fix docs

Closes https://github.com/BerriAI/litellm/issues/5808

* perf(internal_user_endpoints.py): reduce db calls for getting team_alias for a key

Use the list gotten earlier in `/user/info` endpoint

 Reduces ui keys tab load time to 800ms (prev. 28s+)

* feat(proxy_server.py): support CONFIG_FILE_PATH as env var

Closes https://github.com/BerriAI/litellm/issues/5744

* feat(get_llm_provider_logic.py): add `litellm_proxy/` as a known openai-compatible route

simplifies calling litellm proxy

Reduces confusion when calling models on litellm proxy from litellm sdk

* docs(litellm_proxy.md): cleanup docs

* fix(internal_user_endpoints.py): fix pydantic obj

* test(test_key_generate_prisma.py): fix test
2024-09-20 20:21:32 -07:00
..
internal_user_endpoints.py LiteLLM Minor Fixes & Improvements (09/20/2024) (#5807) 2024-09-20 20:21:32 -07:00
key_management_endpoints.py [Fix] Tag Based Routing not work with wildcard routing (#5805) 2024-09-20 14:05:56 -07:00
team_callback_endpoints.py add endpoint to disable logging for a team 2024-07-23 08:38:23 -07:00
team_endpoints.py [Fix] Tag Based Routing not work with wildcard routing (#5805) 2024-09-20 14:05:56 -07:00
ui_sso.py [Feat-Proxy] Allow using custom sso handler (#5809) 2024-09-20 19:14:33 -07:00