mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
build(litellm_server/main.py): accept config file in /chat/completions
This commit is contained in:
parent
cf198ffba2
commit
3fca6e3d71
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