File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ def init_llm_factory():
347
347
LLMService .filter_delete ([LLM .fid == "Local" ])
348
348
LLMService .filter_delete ([LLM .fid == "Moonshot" , LLM .llm_name == "flag-embedding" ])
349
349
TenantLLMService .filter_delete ([TenantLLM .llm_factory == "Moonshot" , TenantLLM .llm_name == "flag-embedding" ])
350
- LLMFactoriesService .filter_update ([LLMFactoriesService .model .name == "QAnything" ], { "name" : "Youdao" } )
351
- LLMService .filter_update ([LLMService .model .fid == "QAnything" ], { "fid" : "Youdao" } )
350
+ LLMFactoriesService .filter_delete ([LLMFactoriesService .model .name == "QAnything" ])
351
+ LLMService .filter_delete ([LLMService .model .fid == "QAnything" ])
352
352
TenantLLMService .filter_update ([TenantLLMService .model .llm_factory == "QAnything" ], {"llm_factory" : "Youdao" })
353
353
"""
354
354
drop table llm;
You can’t perform that action at this time.
0 commit comments