[feat] add models_dir_path helper and implement dynamic models directory resolution

This commit is contained in:
2025-08-08 12:12:42 +02:00
parent aa8ea14407
commit 9ebe46b7fc
5 changed files with 134 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
- [x] update last_model to be only used during one run
- [x] rename project to "PolyScribe"
- [x] add tests
- update local models using hashes (--update-models)
- [x] update local models using hashes (--update-models)
- create folder models/ if not present -> use /usr/share/polyscribe/models/ for release version, use ./models/ for development version
- create missing folders for output files
- for merging (command line flag) -> if not present, treat each file as separate output (--merge | -m)