build(litellm_server/main.py): accept config file in /chat/completions

This commit is contained in:
Krrish Dholakia 2023-10-27 10:46:25 -07:00
parent dca28667fa
commit cd9b671cfe
3 changed files with 8 additions and 8 deletions

View file

@ -67,4 +67,4 @@ def load_router_config(router: Optional[litellm.Router]):
for key, value in environment_variables.items():
os.environ[key] = value
return router
return router, model_list