diff --git a/changelog/3408.added.md b/changelog/3408.added.md index fb528c7a7..04f1311cc 100644 --- a/changelog/3408.added.md +++ b/changelog/3408.added.md @@ -1,3 +1,4 @@ -- Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters. -- Added `model_path` parameter to `AICFilter` for loading local .aicmodel files. -- Added unit tests for `AICFilter` and `AICVADAnalyzer`. +- Additions for `AICFilter` and `AICVADAnalyzer`: + - Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters. + - Added `model_path` parameter to `AICFilter` for loading local `.aicmodel` files. + - Added unit tests for `AICFilter` and `AICVADAnalyzer`.