currentActiveModel property

  1. @Deprecated('Use activeInferenceModel or activeEmbeddingModel instead')
ModelSpec? get currentActiveModel

Gets the currently active model specification (backward compatibility)

Implementation

@Deprecated('Use activeInferenceModel or activeEmbeddingModel instead')
ModelSpec? get currentActiveModel => _activeInferenceModel ?? _activeEmbeddingModel;