This commit is contained in:
Nicolas Mowen 2025-10-23 06:40:14 -06:00
parent 55dc2bd211
commit 4dd999dc74

View File

@ -353,7 +353,6 @@ class CustomObjectClassificationProcessor(RealTimeProcessorApi):
)
def handle_request(self, topic, request_data):
logger.info(f"comparing with topic {topic} and the {request_data.get('model_name')} and the {self.model_config.name}")
if topic == EmbeddingsRequestEnum.reload_classification_model.value:
if request_data.get("model_name") == self.model_config.name:
logger.info(