after loading model list init env variables

This commit is contained in:
ishaan-jaff 2023-08-24 18:16:38 -07:00
parent 9f93793351
commit dc1575d790

View file

@ -1174,6 +1174,7 @@ def get_model_list():
data = response.json() data = response.json()
# update model list # update model list
model_list = data["model_list"] model_list = data["model_list"]
get_all_keys()
return model_list return model_list
return [] # return empty list by default return [] # return empty list by default
except: except: