unsloth/studio/frontend/src
danielhanchen ca7e0cb527 Send the HF token as a header, not a URL query param
The model config, vision-check, and embedding-check requests appended the
Hugging Face token as ?hf_token=..., which leaks it into server access logs,
proxy logs, and browser history for gated/private models. Send it via the
existing X-Unsloth-HF-Token header (hubTokenHeader) instead, and read it on the
backend through the standard get_hf_token dependency, matching the picker's
template routes. Also drop two catch-block comments that just restated the code.
2026-07-17 13:38:07 +00:00
..
app Feat/model picker per model config (#6647) 2026-07-17 06:08:01 -07:00
assets Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
components Feat/model picker per model config (#6647) 2026-07-17 06:08:01 -07:00
config Speed up Studio startup path (#6899) 2026-07-07 18:08:07 -07:00
features Send the HF token as a header, not a URL query param 2026-07-17 13:38:07 +00:00
hooks Studio: resync model state after a llama.cpp update unloads it (#6998) 2026-07-13 15:43:13 -03:00
i18n Studio: add Voice settings tab (dictation, dictionary, read aloud) (#7074) 2026-07-15 07:55:39 -07:00
lib Studio: add Voice settings tab (dictation, dictionary, read aloud) (#7074) 2026-07-15 07:55:39 -07:00
shared studio/frontend: make toast and inline error text selectable and copyable (#5506) 2026-05-18 03:47:21 -07:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types feat(studio): implement S3 dataset loading (completes #5951) (#6222) 2026-06-12 14:52:04 +02:00
utils Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
asset-queries.d.ts Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
index.css fix config cards clipping content at narrow window widths (#7146) 2026-07-16 11:10:30 -03:00
main.tsx Speed up Studio startup path (#6899) 2026-07-07 18:08:07 -07:00
speech-recognition.d.ts studio: redesign chat composer (#5891) 2026-06-03 06:07:30 -07:00