mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-15 17:25:26 -04:00
fix(cookbook): point HF token hint at Cookbook -> Settings, not Settings -> Cookbook (#3864)
The 'HF token: NOT SET' shell hint shown when downloading a gated/private model told users to add a token under 'Odysseus Settings -> Cookbook -> HuggingFace Token'. There is no Cookbook section under the app Settings; the HuggingFace Token field lives under the Cookbook page's Settings tab (static/js/cookbook.js — data-backend="Settings" group). Following the old hint led nowhere. Reverse the path to match the real UI. Fixes #3829 Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -58,7 +58,7 @@ _HF_TOKEN_STATUS_SNIPPET = (
|
||||
'echo "[odysseus] HF token: applied"; '
|
||||
'else '
|
||||
'echo "[odysseus] HF token: NOT SET — gated/private models will be denied. '
|
||||
'Add one in Odysseus Settings -> Cookbook -> HuggingFace Token."; '
|
||||
'Add one in Odysseus Cookbook -> Settings -> HuggingFace Token."; '
|
||||
'fi'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user