diff --git a/api/apps/llm_app.py b/api/apps/llm_app.py index ad963555c..d622b24b4 100644 --- a/api/apps/llm_app.py +++ b/api/apps/llm_app.py @@ -195,7 +195,7 @@ def add_llm(): if not tc: raise Exception(m) else: - raise ConnectionError("fail to download the test picture") + pass except Exception as e: msg += f"\nFail to access model({llm['llm_name']})." + str(e) else: