currentActiveModel property
- @Deprecated('Use activeInferenceModel or activeEmbeddingModel instead')
Gets the currently active model specification (backward compatibility)
Implementation
@Deprecated('Use activeInferenceModel or activeEmbeddingModel instead')
ModelSpec? get currentActiveModel =>
_activeInferenceModel ?? _activeEmbeddingModel;