Commit graph

20 commits

Author SHA1 Message Date
github-actions[bot]
a2e08976b6 docs: snapshot v4.2.2 2026-06-10 20:39:04 +00:00
github-actions[bot]
92e93d4231 docs: snapshot v4.2.1 2026-06-10 00:01:38 +00:00
github-actions[bot]
2f5179f10b docs: snapshot v4.2.0 2026-06-07 20:10:43 +00:00
github-actions[bot]
df7e0a5737 docs: snapshot v4.1.2 2026-06-05 04:08:03 +00:00
github-actions[bot]
36671f77bb docs: snapshot v4.1.1 2026-06-03 20:54:07 +00:00
github-actions[bot]
4317ef03f5 docs: snapshot v4.1.0 2026-06-03 17:12:28 +00:00
github-actions[bot]
6f89307af4 docs: snapshot v4.0.3 2026-06-03 03:08:17 +00:00
github-actions[bot]
470898627d docs: snapshot v4.0.2 2026-06-02 02:43:25 +00:00
github-actions[bot]
68bbd7bc94 docs: snapshot v4.0.1 2026-06-02 01:57:31 +00:00
github-actions[bot]
9325f9e467 docs: snapshot v4.0.0 2026-06-02 01:04:40 +00:00
Richard R
3a21f2a5f5 refactor(config): migrate compute and runtime env vars to new naming scheme
- Replace `OPENREADER_COMPUTE_MODE` and related variables with `COMPUTE_MODE`
- Replace `OPENREADER_*` PDF/Whisper model URLs with `PDF_LAYOUT_MODEL_BASE_URL` and `WHISPER_MODEL_BASE_URL`
- Remove legacy `NEXT_PUBLIC_*` runtime config seeds in favor of `RUNTIME_SEED_*`
- Update documentation, code, and environment references to match new variable names
- Remove deprecated `scripts/fetch-models.mjs` and related npm script
- Update runtime config SSR injection from `window.__OPENREADER_RUNTIME_CONFIG__` to `window.__RUNTIME_CONFIG__`
- Adjust Next.js config to use new compute mode env var and optimize output file tracing for ONNX dependencies

BREAKING CHANGE: Environment variable names for compute mode, model URLs, and runtime config seeding have changed. Update `.env` files and deployment configs to use `COMPUTE_MODE`, `PDF_LAYOUT_MODEL_BASE_URL`, `WHISPER_MODEL_BASE_URL`, and `RUNTIME_SEED_*` as appropriate. Legacy `OPENREADER_*` and `NEXT_PUBLIC_*` variables are no longer supported.
2026-05-19 13:27:07 -06:00
github-actions[bot]
3645b7a327 docs: snapshot v3.0.0 2026-05-14 22:32:52 +00:00
Richard R
d5eebd3b11 chore(config): remove Deepinfra model gating and related admin setting
Eliminate the showAllDeepInfraModels runtime/admin config and all code paths
that allowed restricting Deepinfra's model catalog. Deepinfra now always
shows the full model list regardless of API key or environment variable.
Update documentation, environment examples, admin panels, runtime config,
provider catalog logic, and tests to reflect this change.
2026-05-13 18:42:40 -06:00
github-actions[bot]
f2989efe4d docs: snapshot v2.2.0 2026-04-18 17:40:34 +00:00
github-actions[bot]
6606b0ee4a docs: snapshot v2.1.2 2026-04-07 07:17:37 +00:00
Richard R
f9237f9270 feat(tts): add TTS_UPSTREAM_TIMEOUT_MS for configurable request timeout 2026-04-06 17:48:56 -06:00
github-actions[bot]
4505684108 docs: snapshot v2.1.1 2026-04-06 17:54:36 +00:00
github-actions[bot]
0480a52c83 docs: snapshot v2.1.0 2026-03-19 18:40:29 +00:00
github-actions[bot]
22541f2302 docs: snapshot v2.0.1 2026-02-22 03:21:45 +00:00
github-actions[bot]
78fa6c3940 docs: snapshot v2.0.0 2026-02-19 19:55:17 +00:00