forked from phoenix/litellm-mirror
fix(proxy_server.py): update proxy with full model list
This commit is contained in:
parent
773a0a147a
commit
263d20cdd0
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ class ProxyConfig:
|
||||||
return config
|
return config
|
||||||
|
|
||||||
async def save_config(self, new_config: dict):
|
async def save_config(self, new_config: dict):
|
||||||
global prisma_client, llm_router, user_config_file_path
|
global prisma_client, llm_router, user_config_file_path, llm_model_list, general_settings
|
||||||
# Load existing config
|
# Load existing config
|
||||||
backup_config = await self.get_config()
|
backup_config = await self.get_config()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue