github-actions[bot]
GitHub deploy: e9c8341d386d108296520a528c75274e5a7d0ada
60ec08f
raw
history blame
236 Bytes
from apps.web.models.models import Models, ModelModel, ModelForm, ModelResponse
def get_model_id_from_custom_model_id(id: str):
model = Models.get_model_by_id(id)
if model:
return model.id
else:
return id