File size: 366 Bytes
bea8892 | 1 2 3 4 5 6 7 8 9 10 11 | // Replace with your own Hugging Face token
const HF_TOKEN = "hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
// Models
const MODELS = {
text: "microsoft/Phi-3-mini-4k-instruct",
image: "black-forest-labs/FLUX.1-schnell",
translation: "facebook/nllb-200-distilled-600M",
summary: "facebook/bart-large-cnn",
caption: "Salesforce/blip-image-captioning-base"
}; |