llm
llm copied to clipboard
Disable tokenizers-remote support for the library by default
While convenient, the tokenizers-remote feature means people will have OpenSSL dragged in unless they specify otherwise. It's probably a better default to have it disabled and let people opt in (e.g. the binary) if they want it.
Should gate this behind a feature flag imo 👍🏻