github-actions[bot]
GitHub deploy: be08dbf00d9ed894602f92955355eb2aa8374ec5
2d1b990
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