Merge f0211ffb70 into sapling-pr-archive-ehhuang

This commit is contained in:
ehhuang 2025-09-22 21:25:18 -07:00 committed by GitHub
commit 953f51f87a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 808 additions and 1132 deletions

View file

@ -103,7 +103,7 @@ class ModelRegistryHelper(ModelsProtocolPrivate):
Model(
identifier=id,
provider_resource_id=entry.provider_model_id,
model_type=ModelType.llm,
model_type=entry.model_type,
metadata=entry.metadata,
provider_id=self.__provider_id__,
)