Skip to content

Resilience fix - HuggingFace Models Offline mode + keyword capped at 50 chars max (instead of nocap)

Compare
Choose a tag to compare
@MathiasExorde MathiasExorde released this 12 Feb 16:56
· 29 commits to main since this release
f10cadb
  • HuggingFace Models Offline mode
    -> the client will initialize itself and download all models, then set itself to offline mode, to never have any interaction with huggingface
    -> goal = no deps on HuggingFace servers

  • minor fix on keywords
    they are now capped at 50 chars max, instead of no limit before