Commit graph

4 commits

Author SHA1 Message Date
Mehmet Aras
c03d78bdce
feat(ai): add Qwen Token Plan Individual provider (#7659)
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-08-06 17:18:02 +02:00
David Brailovsky
bc3d364742 fix bundled models generation time
Fresh package installs could give bundled model catalog
files newer filesystem mtimes than the remote catalog’s Last-Modified timestamp,
causing Pi to ignore newer remote models.
Use the catalog’s recorded generation time instead of installation-dependent file metadata.
2026-07-23 13:34:51 +00:00
Armin Ronacher
5dc40fee33 feat(ai): derive generated model types from JSON 2026-07-22 13:13:36 +02:00
Armin Ronacher
c8c3cd499f fix(ai): validate generated model data before builds
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-07-20 22:29:06 +02:00