The Kaitchup Pro's Access Token for AI Toolboxes
As a Pro subscriber, you have also access to all the AI toolboxes.
|You can use this code to download the toolbox with an access token:
toolbox_id = "kaitchup-toolboxes/Qwen2.5" #for instance, the Qwen2.5 toolbox
token = "your token below"
from huggingface_hub import snapshot_download
snapshot_download(repo_id=toolbox_id, token=token, local_dir="./")
You…