github-actions[bot]
GitHub deploy: e20bb234096219c6931a36fdf9d45128562db746
832f676
raw
history blame contribute delete
238 Bytes
from apps.webui.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