sanbo commited on
Commit
867afbb
·
1 Parent(s): ca8d4fc

update sth. at 2025-01-11 17:56:41

Browse files
Files changed (1) hide show
  1. degpt.py +3 -0
degpt.py CHANGED
@@ -179,6 +179,9 @@ async def _fetch_and_update_models():
179
  global cached_models
180
  try:
181
  await get_model_names_from_js()
 
 
 
182
  get_alive_models()
183
  except Exception as e:
184
  print(f"{e}")
 
179
  global cached_models
180
  try:
181
  await get_model_names_from_js()
182
+ except Exception as e:
183
+ print(f"{e}")
184
+ try:
185
  get_alive_models()
186
  except Exception as e:
187
  print(f"{e}")