group aic related changes in changelog.

This commit is contained in:
Gökmen Görgen
2026-01-27 16:22:54 +01:00
parent 45b7ec4e2c
commit 6aa77ccc13

View File

@@ -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`.