♻️(frontend) inline model weights to avoid loading them from remote

Inline the model weights instead of fetching them from a Google
remote location at runtime. The weights do not update frequently, so
inlining removes an external dependency.
This commit is contained in:
lebaudantoine
2026-07-11 15:14:21 +02:00
parent fbaade1a08
commit a97d47096e
7 changed files with 18 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ and this project adheres to
- ⬆️(mail) update mjml to v5 and @html-to/text-cli
- 🚸(frontend) initialize the join input name with the persisted full name
- ♻️(frontend) refactor background processors to use the new API
- ♻️(frontend) inline model weights to avoid loading them from remote
### Fixed