import { HfInference } from "@huggingface/inference"; const inference = new HfInference(HF_TOKEN); await inference.conversational({ model: "facebook/blenderbot-400M-distill", inputs: "Going to the movies tonight - any suggestions?", });