forked from phoenix/litellm-mirror
build(litellm_server/main.py): accept config file in /chat/completions
This commit is contained in:
parent
dca28667fa
commit
cd9b671cfe
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue